public class JsxShortFragmentElementTreeImpl extends JavaScriptTree implements JsxShortFragmentElementTree
| Constructor and Description |
|---|
JsxShortFragmentElementTreeImpl(JsxEmptyOpeningElementTree openingElement,
List<JsxChildTree> children,
JsxEmptyClosingElementTree closingElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
List<JsxChildTree> |
children() |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
JsxEmptyClosingElementTree |
closingElement() |
Tree.Kind |
getKind() |
JsxEmptyOpeningElementTree |
openingElement() |
TypeSet |
types()
Returns an unmodifiable set of the possible types for the expression.
|
childrenStream, descendants, firstToken, is, isAncestorOf, isLeaf, lastToken, parent, setParent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchildrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parentpublic JsxShortFragmentElementTreeImpl(JsxEmptyOpeningElementTree openingElement, List<JsxChildTree> children, JsxEmptyClosingElementTree closingElement)
public JsxEmptyOpeningElementTree openingElement()
openingElement in interface JsxShortFragmentElementTreepublic List<JsxChildTree> children()
children in interface JsxShortFragmentElementTreepublic JsxEmptyClosingElementTree closingElement()
closingElement in interface JsxShortFragmentElementTreepublic TypeSet types()
ExpressionTreetypes in interface ExpressionTreepublic Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2019 SonarSource and Eriks Nukis. All rights reserved.