Interface ArrowFunctionExpressionTree
- All Superinterfaces:
ExpressionTree
,FunctionTree
,HasAttributes
,Tree
- All Known Implementing Classes:
ArrowFunctionExpressionTreeImpl
-
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
-
returnTypeClause
- Specified by:
returnTypeClause
in interfaceFunctionTree
-
doubleArrowToken
SyntaxToken doubleArrowToken() -
body
ExpressionTree body()- Specified by:
body
in interfaceFunctionTree
-