| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.expression | |
| org.sonar.javascript.tree.impl.expression.jsx | |
| org.sonar.plugins.javascript.api.tree.expression |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| org.sonar.plugins.javascript.api.tree.expression.jsx |
| Modifier and Type | Method and Description |
|---|---|
JsxAttributeValueTree |
JavaScriptGrammar.JSX_ATTRIBUTE_VALUE() |
| Modifier and Type | Method and Description |
|---|---|
JsxStandardAttributeTree |
TreeFactory.jsxStandardAttribute(JsxIdentifierTree name,
InternalSyntaxToken equalToken,
JsxAttributeValueTree jsxAttributeValueTree) |
| Modifier and Type | Class and Description |
|---|---|
class |
LiteralTreeImpl |
class |
SuperTreeImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
JsxJavaScriptExpressionTreeImpl |
class |
JsxSelfClosingElementTreeImpl |
class |
JsxStandardElementTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
JsxAttributeValueTree |
JsxStandardAttributeTreeImpl.value() |
| Constructor and Description |
|---|
JsxStandardAttributeTreeImpl(JsxIdentifierTree name,
InternalSyntaxToken equalToken,
JsxAttributeValueTree value) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LiteralTree
Common interface for all types of literals.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JsxElementTree |
interface |
JsxJavaScriptExpressionTree |
interface |
JsxSelfClosingElementTree |
interface |
JsxStandardElementTree |
| Modifier and Type | Method and Description |
|---|---|
JsxAttributeValueTree |
JsxStandardAttributeTree.value() |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.