Package org.sonar.python.api.tree
Interface LambdaExpression
-
- All Superinterfaces:
Expression,FunctionLike,Tree
- All Known Implementing Classes:
LambdaExpressionImpl
public interface LambdaExpression extends Expression, FunctionLike
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokencolonToken()Expressionexpression()TokenlambdaKeyword()-
Methods inherited from interface org.sonar.python.api.tree.FunctionLike
isMethodDefinition, localVariables, parameters
-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-
-
-
Method Detail
-
lambdaKeyword
Token lambdaKeyword()
-
colonToken
Token colonToken()
-
expression
Expression expression()
-
-