| Modifier and Type | Method and Description |
|---|---|
JsxClosingElementTree |
JavaScriptGrammar.JSX_CLOSING_ELEMENT() |
JsxClosingElementTree |
TreeFactory.jsxClosingElement(InternalSyntaxToken ltToken,
InternalSyntaxToken divToken,
JsxElementNameTree jsxElementNameTree,
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 |
JsxClosingElementTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
JsxClosingElementTree |
JsxStandardElementTreeImpl.closingElement() |
| Constructor and Description |
|---|
JsxStandardElementTreeImpl(JsxOpeningElementTree openingElement,
List<JsxChildTree> children,
JsxClosingElementTree closingElement) |
| Modifier and Type | Method and Description |
|---|---|
JsxClosingElementTree |
JsxStandardElementTree.closingElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitJsxClosingElement(JsxClosingElementTree tree) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.