| Modifier and Type | Method and Description |
|---|---|
JsxOpeningElementTree |
JavaScriptGrammar.JSX_OPENING_ELEMENT() |
JsxOpeningElementTree |
TreeFactory.jsxOpeningElement(InternalSyntaxToken ltToken,
JsxElementNameTree jsxElementNameTree,
com.sonar.sslr.api.typed.Optional<List<JsxAttributeTree>> attributes,
InternalSyntaxToken gtToken) |
| 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 |
JsxOpeningElementTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
JsxOpeningElementTree |
JsxStandardElementTreeImpl.openingElement() |
| Constructor and Description |
|---|
JsxStandardElementTreeImpl(JsxOpeningElementTree openingElement,
List<JsxChildTree> children,
JsxClosingElementTree closingElement) |
| Modifier and Type | Method and Description |
|---|---|
JsxOpeningElementTree |
JsxStandardElementTree.openingElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitJsxOpeningElement(JsxOpeningElementTree tree) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.