| Modifier and Type | Method and Description |
|---|---|
JsxEmptyClosingElementTree |
JavaScriptGrammar.JSX_EMPTY_CLOSING_ELEMENT() |
JsxEmptyClosingElementTree |
TreeFactory.jsxEmptyClosingElement(InternalSyntaxToken ltToken,
InternalSyntaxToken divToken,
InternalSyntaxToken gtToken) |
| Modifier and Type | Method and Description |
|---|---|
JsxShortFragmentElementTree |
TreeFactory.jsxShortFragmentElement(JsxEmptyOpeningElementTree jsxOpeningElementTree,
com.sonar.sslr.api.typed.Optional<List<JsxChildTree>> children,
JsxEmptyClosingElementTree jsxClosingElementTree) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsxEmptyClosingElementTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
JsxEmptyClosingElementTree |
JsxShortFragmentElementTreeImpl.closingElement() |
| Constructor and Description |
|---|
JsxShortFragmentElementTreeImpl(JsxEmptyOpeningElementTree openingElement,
List<JsxChildTree> children,
JsxEmptyClosingElementTree closingElement) |
| Modifier and Type | Method and Description |
|---|---|
JsxEmptyClosingElementTree |
JsxShortFragmentElementTree.closingElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitJsxEmptyClosingElement(JsxEmptyClosingElementTree tree) |
Copyright © 2011–2018 SonarSource and Eriks Nukis. All rights reserved.