Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTFieldDeclaration
-
Packages that use ASTFieldDeclaration Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.metrics.impl net.sourceforge.pmd.lang.java.metrics.impl.internal net.sourceforge.pmd.lang.java.metrics.impl.visitors net.sourceforge.pmd.lang.java.multifile net.sourceforge.pmd.lang.java.multifile.signature net.sourceforge.pmd.lang.java.rule Contains the built-in rules bundled with the Java distribution.net.sourceforge.pmd.lang.java.rule.codestyle net.sourceforge.pmd.lang.java.rule.design net.sourceforge.pmd.lang.java.rule.documentation net.sourceforge.pmd.lang.java.rule.errorprone net.sourceforge.pmd.lang.java.rule.migrating net.sourceforge.pmd.lang.java.rule.multithreading net.sourceforge.pmd.lang.java.rule.performance net.sourceforge.pmd.lang.java.typeresolution -
-
Uses of ASTFieldDeclaration in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTFieldDeclaration Modifier and Type Method Description ObjectJavaParserDecoratedVisitor. visit(ASTFieldDeclaration node, Object data)Deprecated.ObjectJavaParserVisitor. visit(ASTFieldDeclaration node, Object data)Deprecated.ObjectJavaParserVisitorAdapter. visit(ASTFieldDeclaration node, Object data)ObjectJavaParserVisitorDecorator. visit(ASTFieldDeclaration node, Object data)Deprecated. -
Uses of ASTFieldDeclaration in net.sourceforge.pmd.lang.java.metrics.impl
Methods in net.sourceforge.pmd.lang.java.metrics.impl that return types with arguments of type ASTFieldDeclaration Modifier and Type Method Description protected List<ASTFieldDeclaration>AbstractJavaClassMetric. getFields(ASTAnyTypeDeclaration node)Gets a list of all fields declared in the class. -
Uses of ASTFieldDeclaration in net.sourceforge.pmd.lang.java.metrics.impl.internal
Methods in net.sourceforge.pmd.lang.java.metrics.impl.internal with parameters of type ASTFieldDeclaration Modifier and Type Method Description ObjectNcssVisitor. visit(ASTFieldDeclaration node, Object data) -
Uses of ASTFieldDeclaration in net.sourceforge.pmd.lang.java.metrics.impl.visitors
Methods in net.sourceforge.pmd.lang.java.metrics.impl.visitors with parameters of type ASTFieldDeclaration Modifier and Type Method Description ObjectNcssBaseVisitor. visit(ASTFieldDeclaration node, Object data)Deprecated. -
Uses of ASTFieldDeclaration in net.sourceforge.pmd.lang.java.multifile
Methods in net.sourceforge.pmd.lang.java.multifile with parameters of type ASTFieldDeclaration Modifier and Type Method Description ObjectMultifileVisitor. visit(ASTFieldDeclaration node, Object data) -
Uses of ASTFieldDeclaration in net.sourceforge.pmd.lang.java.multifile.signature
Methods in net.sourceforge.pmd.lang.java.multifile.signature with parameters of type ASTFieldDeclaration Modifier and Type Method Description static JavaFieldSignatureJavaFieldSignature. buildFor(ASTFieldDeclaration node)Builds a field signature from its AST node. -
Uses of ASTFieldDeclaration in net.sourceforge.pmd.lang.java.rule
Methods in net.sourceforge.pmd.lang.java.rule with parameters of type ASTFieldDeclaration Modifier and Type Method Description ObjectAbstractJavaRule. visit(ASTFieldDeclaration node, Object data)ObjectSymbolTableTestRule. visit(ASTFieldDeclaration node, Object data) -
Uses of ASTFieldDeclaration in net.sourceforge.pmd.lang.java.rule.codestyle
Methods in net.sourceforge.pmd.lang.java.rule.codestyle with parameters of type ASTFieldDeclaration Modifier and Type Method Description ObjectCommentDefaultAccessModifierRule. visit(ASTFieldDeclaration decl, Object data)ObjectFieldDeclarationsShouldBeAtStartOfClassRule. visit(ASTFieldDeclaration node, Object data)ObjectFieldNamingConventionsRule. visit(ASTFieldDeclaration node, Object data)ObjectLinguisticNamingRule. visit(ASTFieldDeclaration node, Object data)ObjectUnnecessaryModifierRule. visit(ASTFieldDeclaration node, Object data)ObjectVariableNamingConventionsRule. visit(ASTFieldDeclaration node, Object data)Deprecated. -
Uses of ASTFieldDeclaration in net.sourceforge.pmd.lang.java.rule.design
Methods in net.sourceforge.pmd.lang.java.rule.design with parameters of type ASTFieldDeclaration Modifier and Type Method Description ObjectCouplingBetweenObjectsRule. visit(ASTFieldDeclaration node, Object data)ObjectExcessivePublicCountRule. visit(ASTFieldDeclaration node, Object data)Method counts ONLY public class attributes which are not PUBLIC and static- these usually represent constants....ObjectNcssTypeCountRule. visit(ASTFieldDeclaration node, Object data)Deprecated.ObjectSingularFieldRule. visit(ASTFieldDeclaration node, Object data) -
Uses of ASTFieldDeclaration in net.sourceforge.pmd.lang.java.rule.documentation
Methods in net.sourceforge.pmd.lang.java.rule.documentation with parameters of type ASTFieldDeclaration Modifier and Type Method Description ObjectCommentRequiredRule. visit(ASTFieldDeclaration decl, Object data) -
Uses of ASTFieldDeclaration in net.sourceforge.pmd.lang.java.rule.errorprone
Methods in net.sourceforge.pmd.lang.java.rule.errorprone with parameters of type ASTFieldDeclaration Modifier and Type Method Description ObjectAvoidFieldNameMatchingTypeNameRule. visit(ASTFieldDeclaration node, Object data) -
Uses of ASTFieldDeclaration in net.sourceforge.pmd.lang.java.rule.migrating
Methods in net.sourceforge.pmd.lang.java.rule.migrating with parameters of type ASTFieldDeclaration Modifier and Type Method Description ObjectUnnecessaryCastRule. visit(ASTFieldDeclaration node, Object data) -
Uses of ASTFieldDeclaration in net.sourceforge.pmd.lang.java.rule.multithreading
Methods in net.sourceforge.pmd.lang.java.rule.multithreading with parameters of type ASTFieldDeclaration Modifier and Type Method Description ObjectDoubleCheckedLockingRule. visit(ASTFieldDeclaration fieldDeclaration, Object data)ObjectNonThreadSafeSingletonRule. visit(ASTFieldDeclaration node, Object data)ObjectUnsynchronizedStaticFormatterRule. visit(ASTFieldDeclaration node, Object data) -
Uses of ASTFieldDeclaration in net.sourceforge.pmd.lang.java.rule.performance
Methods in net.sourceforge.pmd.lang.java.rule.performance with parameters of type ASTFieldDeclaration Modifier and Type Method Description ObjectRedundantFieldInitializerRule. visit(ASTFieldDeclaration fieldDeclaration, Object data) -
Uses of ASTFieldDeclaration in net.sourceforge.pmd.lang.java.typeresolution
Methods in net.sourceforge.pmd.lang.java.typeresolution with parameters of type ASTFieldDeclaration Modifier and Type Method Description ObjectClassTypeResolver. visit(ASTFieldDeclaration node, Object data)Deprecated.
-