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 class
ASTLambdaExpression
A lambda expression.class
ASTMethodReference
Method or constructor reference expression.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type FunctionalExpression Modifier and Type Method Description static void
InternalApiBridge. setFunctionalMethod(FunctionalExpression node, JMethodSig methodType)
-