Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTAllocationExpression
-
Packages that use ASTAllocationExpression Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.qname 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.rule.security net.sourceforge.pmd.lang.java.typeresolution -
-
Uses of ASTAllocationExpression in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTAllocationExpression Modifier and Type Method Description Object
JavaParserDecoratedVisitor. visit(ASTAllocationExpression node, Object data)
Deprecated.Object
JavaParserVisitor. visit(ASTAllocationExpression node, Object data)
Object
JavaParserVisitorAdapter. visit(ASTAllocationExpression node, Object data)
Object
JavaParserVisitorDecorator. visit(ASTAllocationExpression node, Object data)
Deprecated. -
Uses of ASTAllocationExpression in net.sourceforge.pmd.lang.java.qname
Methods in net.sourceforge.pmd.lang.java.qname with parameters of type ASTAllocationExpression Modifier and Type Method Description Object
QualifiedNameResolver. visit(ASTAllocationExpression node, Object data)
Deprecated. -
Uses of ASTAllocationExpression in net.sourceforge.pmd.lang.java.rule
Methods in net.sourceforge.pmd.lang.java.rule with parameters of type ASTAllocationExpression Modifier and Type Method Description Object
AbstractJavaRule. visit(ASTAllocationExpression node, Object data)
-
Uses of ASTAllocationExpression in net.sourceforge.pmd.lang.java.rule.bestpractices
Methods in net.sourceforge.pmd.lang.java.rule.bestpractices with parameters of type ASTAllocationExpression Modifier and Type Method Description Object
AccessorClassGenerationRule. visit(ASTAllocationExpression node, Object data)
Object
MissingOverrideRule. visit(ASTAllocationExpression node, Object data)
-
Uses of ASTAllocationExpression in net.sourceforge.pmd.lang.java.rule.errorprone
Methods in net.sourceforge.pmd.lang.java.rule.errorprone with parameters of type ASTAllocationExpression Modifier and Type Method Description Object
UnnecessaryConversionTemporaryRule. visit(ASTAllocationExpression node, Object data)
-
Uses of ASTAllocationExpression in net.sourceforge.pmd.lang.java.rule.performance
Methods in net.sourceforge.pmd.lang.java.rule.performance with parameters of type ASTAllocationExpression Modifier and Type Method Description Object
AvoidInstantiatingObjectsInLoopsRule. visit(ASTAllocationExpression node, Object data)
Object
BigIntegerInstantiationRule. visit(ASTAllocationExpression node, Object data)
Object
BooleanInstantiationRule. visit(ASTAllocationExpression node, Object data)
Object
StringInstantiationRule. visit(ASTAllocationExpression node, Object data)
-
Uses of ASTAllocationExpression in net.sourceforge.pmd.lang.java.rule.security
Methods in net.sourceforge.pmd.lang.java.rule.security with parameters of type ASTAllocationExpression Modifier and Type Method Description Object
HardCodedCryptoKeyRule. visit(ASTAllocationExpression node, Object data)
Object
InsecureCryptoIvRule. visit(ASTAllocationExpression node, Object data)
-
Uses of ASTAllocationExpression in net.sourceforge.pmd.lang.java.typeresolution
Methods in net.sourceforge.pmd.lang.java.typeresolution with parameters of type ASTAllocationExpression Modifier and Type Method Description Object
ClassTypeResolver. visit(ASTAllocationExpression node, Object data)
Deprecated.
-