Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTLambdaExpression
-
Packages that use ASTLambdaExpression Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of ASTLambdaExpression in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTLambdaExpression Modifier and Type Method Description ASTLambdaExpression
ASTLambdaParameter. getOwner()
Returns the lambda that owns this parameter.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTLambdaExpression Modifier and Type Method Description default R
JavaVisitor. visit(ASTLambdaExpression node, P data)
R
JavaVisitorBase. visit(ASTLambdaExpression node, P data)
-