public class AccessorMethodDeclarationTreeImpl extends JavaScriptTree implements AccessorMethodDeclarationTree
| Constructor and Description |
|---|
AccessorMethodDeclarationTreeImpl(InternalSyntaxToken staticToken,
InternalSyntaxToken accessorToken,
ExpressionTree name,
ParameterListTreeImpl parameters,
BlockTreeImpl body) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TreeVisitor visitor) |
InternalSyntaxToken |
accessorToken() |
BlockTreeImpl |
body() |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
Tree.Kind |
getKind() |
ExpressionTree |
name() |
ParameterListTree |
parameters() |
SyntaxToken |
staticToken() |
getFirstToken, getLastToken, getLine, is, isLeafpublic AccessorMethodDeclarationTreeImpl(@Nullable InternalSyntaxToken staticToken, InternalSyntaxToken accessorToken, ExpressionTree name, ParameterListTreeImpl parameters, BlockTreeImpl body)
@Nullable public SyntaxToken staticToken()
staticToken in interface MethodDeclarationTreepublic InternalSyntaxToken accessorToken()
accessorToken in interface AccessorMethodDeclarationTreepublic ExpressionTree name()
name in interface MethodDeclarationTreepublic ParameterListTree parameters()
parameters in interface MethodDeclarationTreepublic BlockTreeImpl body()
body in interface MethodDeclarationTreepublic Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(TreeVisitor visitor)
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.