| 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 |
|---|---|
JsxAttributeTree |
JavaScriptGrammar.JSX_STANDARD_ATTRIBUTE() |
| Modifier and Type | Method and Description |
|---|---|
List<JsxAttributeTree> |
JavaScriptGrammar.JSX_ATTRIBUTES() |
| Modifier and Type | Method and Description |
|---|---|
JsxOpeningElementTree |
TreeFactory.jsxOpeningElement(InternalSyntaxToken ltToken,
JsxElementNameTree jsxElementNameTree,
com.sonar.sslr.api.typed.Optional<List<JsxAttributeTree>> attributes,
InternalSyntaxToken gtToken) |
JsxSelfClosingElementTree |
TreeFactory.jsxSelfClosingElement(InternalSyntaxToken ltToken,
JsxElementNameTree jsxElementNameTree,
com.sonar.sslr.api.typed.Optional<List<JsxAttributeTree>> attributes,
InternalSyntaxToken divToken,
InternalSyntaxToken gtToken) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsxIdentifierTreeImpl |
class |
JsxSpreadAttributeTreeImpl |
class |
JsxStandardAttributeTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
List<JsxAttributeTree> |
JsxSelfClosingElementTreeImpl.attributes() |
List<JsxAttributeTree> |
JsxOpeningElementTreeImpl.attributes() |
| Constructor and Description |
|---|
JsxOpeningElementTreeImpl(SyntaxToken ltToken,
JsxElementNameTree elementName,
List<JsxAttributeTree> attributes,
SyntaxToken gtToken) |
JsxSelfClosingElementTreeImpl(SyntaxToken ltToken,
JsxElementNameTree elementName,
List<JsxAttributeTree> attributes,
SyntaxToken divToken,
SyntaxToken gtToken) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JsxIdentifierTree |
interface |
JsxSpreadAttributeTree |
interface |
JsxStandardAttributeTree |
| Modifier and Type | Method and Description |
|---|---|
List<JsxAttributeTree> |
JsxSelfClosingElementTree.attributes() |
List<JsxAttributeTree> |
JsxOpeningElementTree.attributes() |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.