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 class
ASTBooleanLiteral
The boolean literal, either "true" or "false".class
ASTCharLiteral
Represents a character literal.class
ASTNullLiteral
The null literal.class
ASTNumericLiteral
A numeric literal of any type (double, int, long, float, etc).class
ASTStringLiteral
Represents a string literal.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTLiteral Modifier and Type Method Description R
JavaVisitorBase. visitLiteral(ASTLiteral node, P data)
-