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.net.sourceforge.pmd.lang.java.rule.codestyle -
-
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 ASTLambdaExpressionASTLambdaParameter. 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 RJavaVisitor. visit(ASTLambdaExpression node, P data)RJavaVisitorBase. visit(ASTLambdaExpression node, P data) -
Uses of ASTLambdaExpression in net.sourceforge.pmd.lang.java.rule.codestyle
Methods in net.sourceforge.pmd.lang.java.rule.codestyle with parameters of type ASTLambdaExpression Modifier and Type Method Description ObjectLambdaCanBeMethodReferenceRule. visit(ASTLambdaExpression node, Object data)
-