public interface FunctionDeclarationTree extends Tree
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
body() |
List<Tree> |
formalParameters() |
List<Tree> |
modifiers() |
IdentifierTree |
name() |
List<Tree> |
nativeChildren() |
TextRange |
rangeToHighlight() |
Tree |
returnType() |
children, descendants, metaData, textRange@CheckForNull Tree returnType()
@CheckForNull IdentifierTree name()
@CheckForNull BlockTree body()
TextRange rangeToHighlight()
Copyright © 2009–2018 SonarSource. All rights reserved.