Interface FunctionLike
- All Superinterfaces:
Tree
- All Known Subinterfaces:
FunctionDef,LambdaExpression
- All Known Implementing Classes:
FunctionDefImpl,LambdaExpressionImpl
Common interface for
FunctionDef and LambdaExpression-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
parameters
-
localVariables
- Returns:
- symbols of local variables and parameters
-
isMethodDefinition
boolean isMethodDefinition()
-