public class DecoratorTreeImpl extends JavaScriptTree implements DecoratorTree
| Constructor and Description |
|---|
DecoratorTreeImpl(SyntaxToken atToken,
SeparatedList<IdentifierTree> body,
ParameterListTree arguments) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
ParameterListTree |
arguments() |
SyntaxToken |
atToken() |
SeparatedList<IdentifierTree> |
body() |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
Tree.Kind |
getKind() |
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParent, toStringpublic DecoratorTreeImpl(SyntaxToken atToken, SeparatedList<IdentifierTree> body, @Nullable ParameterListTree 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 ParameterListTree arguments()
arguments in interface DecoratorTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.