Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTExpression.ConstResult
-
Packages that use ASTExpression.ConstResult Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of ASTExpression.ConstResult in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTExpression.ConstResult Modifier and Type Method Description default @NonNull ASTExpression.ConstResult
ASTExpression. getConstFoldingResult()
Returns the result of constant folding on this expression.
-