public class JsxEmptyClosingElementTreeImpl extends JavaScriptTree implements JsxEmptyClosingElementTree
| Constructor and Description |
|---|
JsxEmptyClosingElementTreeImpl(SyntaxToken ltToken,
SyntaxToken slashToken,
SyntaxToken gtToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
SyntaxToken |
closeAngleBracketToken() |
Tree.Kind |
getKind() |
SyntaxToken |
openAngleBracketToken() |
SyntaxToken |
slashToken() |
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 JsxEmptyClosingElementTreeImpl(SyntaxToken ltToken, SyntaxToken slashToken, SyntaxToken gtToken)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic SyntaxToken openAngleBracketToken()
openAngleBracketToken in interface JsxEmptyClosingElementTreepublic SyntaxToken slashToken()
slashToken in interface JsxEmptyClosingElementTreepublic SyntaxToken closeAngleBracketToken()
closeAngleBracketToken in interface JsxEmptyClosingElementTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2019 SonarSource and Eriks Nukis. All rights reserved.