Interface FunctionExpressionTree
- All Superinterfaces:
ExpressionTree
,FunctionTree
,HasAttributes
,Tree
- All Known Implementing Classes:
FunctionExpressionTreeImpl
functionparameters()
body()
functionparameters()
lexicalVars()
body()
function ¶meters()
body()
static functionparameters()
body()
-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.sonar.plugins.php.api.tree.declaration.HasAttributes
attributeGroups
-
Method Details
-
staticToken
-
functionToken
SyntaxToken functionToken()- Specified by:
functionToken
in interfaceFunctionTree
-
referenceToken
- Specified by:
referenceToken
in interfaceFunctionTree
-
parameters
ParameterListTree parameters()- Specified by:
parameters
in interfaceFunctionTree
-
lexicalVars
-
returnTypeClause
- Specified by:
returnTypeClause
in interfaceFunctionTree
-
body
BlockTree body()- Specified by:
body
in interfaceFunctionTree
-