Uses of Interface
net.sourceforge.pmd.lang.java.ast.FunctionalExpression
-
Packages that use FunctionalExpression Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of FunctionalExpression in net.sourceforge.pmd.lang.java.ast
Classes in net.sourceforge.pmd.lang.java.ast that implement FunctionalExpression Modifier and Type Class Description classASTLambdaExpressionA lambda expression.classASTMethodReferenceMethod or constructor reference expression.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type FunctionalExpression Modifier and Type Method Description static voidInternalApiBridge. setFunctionalMethod(FunctionalExpression node, JMethodSig methodType)
-