Interface MethodDeclarationTree
- All Superinterfaces:
ClassMemberTree,FunctionTree,HasAttributes,Tree
- All Known Implementing Classes:
MethodDeclarationTreeImpl
-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.sonar.plugins.php.api.tree.declaration.HasAttributes
attributeGroups
-
Method Details
-
modifiers
List<SyntaxToken> modifiers() -
functionToken
SyntaxToken functionToken()- Specified by:
functionTokenin interfaceFunctionTree
-
referenceToken
- Specified by:
referenceTokenin interfaceFunctionTree
-
name
NameIdentifierTree name() -
parameters
ParameterListTree parameters()- Specified by:
parametersin interfaceFunctionTree
-
returnTypeClause
- Specified by:
returnTypeClausein interfaceFunctionTree
-
body
Tree body()- Specified by:
bodyin interfaceFunctionTree
-