public class JsxStandardElementTreeImpl extends JavaScriptTree implements JsxStandardElementTree
| Constructor and Description |
|---|
JsxStandardElementTreeImpl(JsxOpeningElementTree openingElement,
List<JsxChildTree> children,
JsxClosingElementTree closingElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
List<JsxChildTree> |
children() |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
JsxClosingElementTree |
closingElement() |
Tree.Kind |
getKind() |
JsxOpeningElementTree |
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 JsxStandardElementTreeImpl(JsxOpeningElementTree openingElement, List<JsxChildTree> children, JsxClosingElementTree closingElement)
public JsxOpeningElementTree openingElement()
openingElement in interface JsxStandardElementTreepublic List<JsxChildTree> children()
children in interface JsxStandardElementTreepublic JsxClosingElementTree closingElement()
closingElement in interface JsxStandardElementTreepublic 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–2017 SonarSource and Eriks Nukis. All rights reserved.