Uses of Interface
net.sourceforge.pmd.lang.java.ast.ASTLiteral
-
Packages that use ASTLiteral Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of ASTLiteral in net.sourceforge.pmd.lang.java.ast
Classes in net.sourceforge.pmd.lang.java.ast that implement ASTLiteral Modifier and Type Class Description classASTBooleanLiteralThe boolean literal, either "true" or "false".classASTCharLiteralRepresents a character literal.classASTNullLiteralThe null literal.classASTNumericLiteralA numeric literal of any type (double, int, long, float, etc).classASTStringLiteralRepresents a string literal.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTLiteral Modifier and Type Method Description RJavaVisitorBase. visitLiteral(ASTLiteral node, P data)
-