Interface FunctionLike
-
- All Superinterfaces:
Tree
- All Known Subinterfaces:
FunctionDef,LambdaExpression
- All Known Implementing Classes:
FunctionDefImpl,LambdaExpressionImpl
public interface FunctionLike extends Tree
Common interface forFunctionDefandLambdaExpression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisMethodDefinition()Set<Symbol>localVariables()ParameterListparameters()
-
-
-
Method Detail
-
parameters
@CheckForNull ParameterList parameters()
-
isMethodDefinition
boolean isMethodDefinition()
-
-