public class FunctionDeclarationTreeImpl extends BaseTreeImpl implements FunctionDeclarationTree
| Constructor and Description |
|---|
FunctionDeclarationTreeImpl(TreeMetaData metaData,
List<Tree> modifiers,
Tree returnType,
IdentifierTree name,
List<Tree> formalParameters,
BlockTree body,
List<Tree> nativeChildren) |
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
body() |
List<Tree> |
children() |
List<Tree> |
formalParameters() |
List<Tree> |
modifiers() |
IdentifierTree |
name() |
List<Tree> |
nativeChildren() |
TextRange |
rangeToHighlight() |
Tree |
returnType() |
metaDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescendants, metaData, textRangepublic List<Tree> modifiers()
modifiers in interface FunctionDeclarationTree@CheckForNull public Tree returnType()
returnType in interface FunctionDeclarationTree@CheckForNull public IdentifierTree name()
name in interface FunctionDeclarationTreepublic List<Tree> formalParameters()
formalParameters in interface FunctionDeclarationTree@CheckForNull public BlockTree body()
body in interface FunctionDeclarationTreepublic List<Tree> nativeChildren()
nativeChildren in interface FunctionDeclarationTreepublic TextRange rangeToHighlight()
rangeToHighlight in interface FunctionDeclarationTreeCopyright © 2009–2018 SonarSource. All rights reserved.