Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTLambdaExpression
Packages that use ASTLambdaExpression
Package
Description
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 ASTLambdaExpressionModifier and TypeMethodDescriptionASTLambdaParameter.getOwner()Returns the lambda that owns this parameter.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTLambdaExpressionModifier and TypeMethodDescriptiondefault RJavaVisitor.visit(ASTLambdaExpression node, P data) JavaVisitorBase.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 ASTLambdaExpressionModifier and TypeMethodDescriptionLambdaCanBeMethodReferenceRule.visit(ASTLambdaExpression node, Object data)