public class AccessorMethodDeclarationTreeImpl extends FunctionTreeImpl implements AccessorMethodDeclarationTree
| Constructor and Description |
|---|
AccessorMethodDeclarationTreeImpl(List<DecoratorTree> decorators,
InternalSyntaxToken staticToken,
InternalSyntaxToken accessorToken,
Tree name,
ParameterListTree parameters,
BlockTree body) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
InternalSyntaxToken |
accessorToken() |
SyntaxToken |
asyncToken() |
BlockTree |
body() |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
List<DecoratorTree> |
decorators() |
Tree.Kind |
getKind() |
Tree |
name() |
ParameterListTree |
parameterClause() |
List<BindingElementTree> |
parameterList() |
SyntaxToken |
staticToken() |
outerScopeSymbolUsages, scope, scopechildrenStream, descendants, firstToken, is, isAncestorOf, isLeaf, lastToken, parent, setParent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitscopechildrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parentpublic AccessorMethodDeclarationTreeImpl(List<DecoratorTree> decorators, @Nullable InternalSyntaxToken staticToken, InternalSyntaxToken accessorToken, Tree name, ParameterListTree parameters, BlockTree body)
public List<DecoratorTree> decorators()
decorators in interface AccessorMethodDeclarationTree@Nullable public SyntaxToken staticToken()
staticToken in interface AccessorMethodDeclarationTreepublic InternalSyntaxToken accessorToken()
accessorToken in interface AccessorMethodDeclarationTreepublic Tree name()
name in interface AccessorMethodDeclarationTreename in interface FunctionTree@Nullable public SyntaxToken asyncToken()
asyncToken in interface FunctionTreepublic ParameterListTree parameterClause()
parameterClause in interface FunctionTreepublic BlockTree body()
body in interface AccessorMethodDeclarationTreebody in interface FunctionTreepublic List<BindingElementTree> parameterList()
parameterList in interface FunctionTreepublic Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.