| Modifier and Type | Method and Description |
|---|---|
JsxEmptyOpeningElementTree |
JavaScriptGrammar.JSX_EMPTY_OPENING_ELEMENT() |
JsxEmptyOpeningElementTree |
TreeFactory.jsxEmptyOpeningElement(InternalSyntaxToken ltToken,
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 |
JsxEmptyOpeningElementTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
JsxEmptyOpeningElementTree |
JsxShortFragmentElementTreeImpl.openingElement() |
| Constructor and Description |
|---|
JsxShortFragmentElementTreeImpl(JsxEmptyOpeningElementTree openingElement,
List<JsxChildTree> children,
JsxEmptyClosingElementTree closingElement) |
| Modifier and Type | Method and Description |
|---|---|
JsxEmptyOpeningElementTree |
JsxShortFragmentElementTree.openingElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitJsxEmptyOpeningElement(JsxEmptyOpeningElementTree tree) |
Copyright © 2011–2018 SonarSource and Eriks Nukis. All rights reserved.