Interface LambdaExpression
- All Superinterfaces:
Expression,FunctionLike,Tree
- All Known Implementing Classes:
LambdaExpressionImpl
lambdaSee https://docs.python.org/3/reference/expressions.html#grammar-token-lambda-exprFunctionLike.parameters():expression()
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.sonar.plugins.python.api.tree.Expression
type, typeV2Methods inherited from interface org.sonar.plugins.python.api.tree.FunctionLike
isMethodDefinition, localVariables, parameters
-
Method Details
-
lambdaKeyword
Token lambdaKeyword() -
colonToken
Token colonToken() -
expression
Expression expression()
-