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.
|
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParentpublic 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–2016 SonarSource and Eriks Nukis. All rights reserved.