| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.expression.jsx | |
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
JsxIdentifierTree |
JavaScriptGrammar.JSX_IDENTIFIER() |
JsxIdentifierTree |
TreeFactory.jsxHtmlTag(InternalSyntaxToken htmlTagToken) |
JsxIdentifierTree |
TreeFactory.jsxIdentifier(InternalSyntaxToken identifierToken) |
| Modifier and Type | Method and Description |
|---|---|
JsxStandardAttributeTree |
TreeFactory.jsxStandardAttribute(JsxIdentifierTree name,
InternalSyntaxToken equalToken,
JsxAttributeValueTree jsxAttributeValueTree) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsxIdentifierTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
JsxIdentifierTree |
JsxStandardAttributeTreeImpl.name() |
| Constructor and Description |
|---|
JsxStandardAttributeTreeImpl(JsxIdentifierTree name,
InternalSyntaxToken equalToken,
JsxAttributeValueTree value) |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitJsxIdentifier(JsxIdentifierTree tree) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.