| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.expression.jsx | |
| org.sonar.plugins.javascript.api.tree.expression.jsx |
| Modifier and Type | Method and Description |
|---|---|
JsxChildTree |
JavaScriptGrammar.JSX_CHILD() |
| Modifier and Type | Method and Description |
|---|---|
JsxStandardElementTree |
TreeFactory.jsxStandardElement(JsxOpeningElementTree jsxOpeningElementTree,
com.sonar.sslr.api.typed.Optional<List<JsxChildTree>> children,
JsxClosingElementTree jsxClosingElementTree) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsxJavaScriptExpressionTreeImpl |
class |
JsxSelfClosingElementTreeImpl |
class |
JsxStandardElementTreeImpl |
class |
JsxTextTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
List<JsxChildTree> |
JsxStandardElementTreeImpl.children() |
| Constructor and Description |
|---|
JsxStandardElementTreeImpl(JsxOpeningElementTree openingElement,
List<JsxChildTree> children,
JsxClosingElementTree closingElement) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JsxElementTree |
interface |
JsxJavaScriptExpressionTree |
interface |
JsxSelfClosingElementTree |
interface |
JsxStandardElementTree |
interface |
JsxTextTree |
| Modifier and Type | Method and Description |
|---|---|
List<JsxChildTree> |
JsxStandardElementTree.children() |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.