Uses of Class
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.net.sourceforge.pmd.lang.java.rule Contains the built-in rules bundled with the Java distribution.net.sourceforge.pmd.lang.java.rule.bestpractices net.sourceforge.pmd.lang.java.rule.errorprone net.sourceforge.pmd.lang.java.rule.performance net.sourceforge.pmd.lang.java.typeresolution -
-
Uses of ASTLiteral in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTLiteral Modifier and Type Method Description java.lang.Object
JavaParserDecoratedVisitor. visit(ASTLiteral node, java.lang.Object data)
java.lang.Object
JavaParserVisitor. visit(ASTLiteral node, java.lang.Object data)
java.lang.Object
JavaParserVisitorAdapter. visit(ASTLiteral node, java.lang.Object data)
java.lang.Object
JavaParserVisitorDecorator. visit(ASTLiteral node, java.lang.Object data)
-
Uses of ASTLiteral in net.sourceforge.pmd.lang.java.rule
Methods in net.sourceforge.pmd.lang.java.rule with parameters of type ASTLiteral Modifier and Type Method Description java.lang.Object
AbstractJavaRule. visit(ASTLiteral node, java.lang.Object data)
java.lang.Object
GenericLiteralCheckerRule. visit(ASTLiteral node, java.lang.Object data)
This method checks if the Literal matches the pattern. -
Uses of ASTLiteral in net.sourceforge.pmd.lang.java.rule.bestpractices
Methods in net.sourceforge.pmd.lang.java.rule.bestpractices with parameters of type ASTLiteral Modifier and Type Method Description java.lang.Object
AvoidUsingHardCodedIPRule. visit(ASTLiteral node, java.lang.Object data)
-
Uses of ASTLiteral in net.sourceforge.pmd.lang.java.rule.errorprone
Methods in net.sourceforge.pmd.lang.java.rule.errorprone with parameters of type ASTLiteral Modifier and Type Method Description java.lang.Object
AvoidDuplicateLiteralsRule. visit(ASTLiteral node, java.lang.Object data)
java.lang.Object
AvoidUsingOctalValuesRule. visit(ASTLiteral node, java.lang.Object data)
java.lang.Object
SuspiciousOctalEscapeRule. visit(ASTLiteral node, java.lang.Object data)
-
Uses of ASTLiteral in net.sourceforge.pmd.lang.java.rule.performance
Methods in net.sourceforge.pmd.lang.java.rule.performance with parameters of type ASTLiteral Modifier and Type Method Description java.lang.Object
AppendCharacterWithCharRule. visit(ASTLiteral node, java.lang.Object data)
-
Uses of ASTLiteral in net.sourceforge.pmd.lang.java.typeresolution
Methods in net.sourceforge.pmd.lang.java.typeresolution with parameters of type ASTLiteral Modifier and Type Method Description java.lang.Object
ClassTypeResolver. visit(ASTLiteral node, java.lang.Object data)
-