public class DecoratorTreeImpl extends JavaScriptTree implements DecoratorTree
| Constructor and Description |
|---|
DecoratorTreeImpl(SyntaxToken atToken,
SeparatedList<IdentifierTree> body,
ArgumentListTree arguments) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
ArgumentListTree |
argumentClause() |
SyntaxToken |
atToken() |
SeparatedList<IdentifierTree> |
body() |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
Tree.Kind |
getKind() |
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 DecoratorTreeImpl(SyntaxToken atToken, SeparatedList<IdentifierTree> body, @Nullable ArgumentListTree arguments)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic SyntaxToken atToken()
atToken in interface DecoratorTreepublic SeparatedList<IdentifierTree> body()
body in interface DecoratorTree@Nullable public ArgumentListTree argumentClause()
argumentClause in interface DecoratorTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.