Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTVariableDeclaratorId
-
Packages that use ASTVariableDeclaratorId 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.codestyle net.sourceforge.pmd.lang.java.rule.errorprone net.sourceforge.pmd.lang.java.rule.performance net.sourceforge.pmd.lang.java.symboltable net.sourceforge.pmd.lang.java.typeresolution -
-
Uses of ASTVariableDeclaratorId in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTVariableDeclaratorId Modifier and Type Method Description protected ASTVariableDeclaratorIdASTFormalParameter. getDecl()Deprecated.ASTVariableDeclaratorIdASTFormalParameter. getVariableDeclaratorId()Returns the declarator ID of this formal parameter.ASTVariableDeclaratorIdASTVariableDeclarator. getVariableId()Returns the id of the declared variable.Methods in net.sourceforge.pmd.lang.java.ast that return types with arguments of type ASTVariableDeclaratorId Modifier and Type Method Description java.util.Iterator<ASTVariableDeclaratorId>ASTFieldDeclaration. iterator()Returns an iterator over the ids of the fields declared in this statement.java.util.Iterator<ASTVariableDeclaratorId>ASTLocalVariableDeclaration. iterator()Returns an iterator over the ids of the variables declared in this statement.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTVariableDeclaratorId Modifier and Type Method Description java.lang.ObjectJavaParserDecoratedVisitor. visit(ASTVariableDeclaratorId node, java.lang.Object data)Deprecated.java.lang.ObjectJavaParserVisitor. visit(ASTVariableDeclaratorId node, java.lang.Object data)java.lang.ObjectJavaParserVisitorAdapter. visit(ASTVariableDeclaratorId node, java.lang.Object data)java.lang.ObjectJavaParserVisitorDecorator. visit(ASTVariableDeclaratorId node, java.lang.Object data)Deprecated. -
Uses of ASTVariableDeclaratorId in net.sourceforge.pmd.lang.java.rule
Methods in net.sourceforge.pmd.lang.java.rule with parameters of type ASTVariableDeclaratorId Modifier and Type Method Description java.lang.ObjectAbstractInefficientZeroCheck. visit(ASTVariableDeclaratorId node, java.lang.Object data)java.lang.ObjectAbstractJavaRule. visit(ASTVariableDeclaratorId node, java.lang.Object data)java.lang.ObjectAbstractPoorMethodCall. visit(ASTVariableDeclaratorId node, java.lang.Object data)Method visit. -
Uses of ASTVariableDeclaratorId in net.sourceforge.pmd.lang.java.rule.codestyle
Methods in net.sourceforge.pmd.lang.java.rule.codestyle with parameters of type ASTVariableDeclaratorId Modifier and Type Method Description java.lang.ObjectAvoidDollarSignsRule. visit(ASTVariableDeclaratorId node, java.lang.Object data)java.lang.ObjectFormalParameterNamingConventionsRule. visit(ASTVariableDeclaratorId node, java.lang.Object data)java.lang.ObjectLocalVariableNamingConventionsRule. visit(ASTVariableDeclaratorId node, java.lang.Object data) -
Uses of ASTVariableDeclaratorId in net.sourceforge.pmd.lang.java.rule.errorprone
Methods in net.sourceforge.pmd.lang.java.rule.errorprone with parameters of type ASTVariableDeclaratorId Modifier and Type Method Description java.lang.ObjectCheckSkipResultRule. visit(ASTVariableDeclaratorId node, java.lang.Object data) -
Uses of ASTVariableDeclaratorId in net.sourceforge.pmd.lang.java.rule.performance
Methods in net.sourceforge.pmd.lang.java.rule.performance with parameters of type ASTVariableDeclaratorId Modifier and Type Method Description java.lang.ObjectConsecutiveLiteralAppendsRule. visit(ASTVariableDeclaratorId node, java.lang.Object data)java.lang.ObjectInsufficientStringBufferDeclarationRule. visit(ASTVariableDeclaratorId node, java.lang.Object data)java.lang.ObjectStringToStringRule. visit(ASTVariableDeclaratorId node, java.lang.Object data)java.lang.ObjectUseStringBufferForStringAppendsRule. visit(ASTVariableDeclaratorId node, java.lang.Object data) -
Uses of ASTVariableDeclaratorId in net.sourceforge.pmd.lang.java.symboltable
Methods in net.sourceforge.pmd.lang.java.symboltable that return ASTVariableDeclaratorId Modifier and Type Method Description ASTVariableDeclaratorIdVariableNameDeclaration. getDeclaratorId()Methods in net.sourceforge.pmd.lang.java.symboltable with parameters of type ASTVariableDeclaratorId Modifier and Type Method Description java.lang.ObjectScopeAndDeclarationFinder. visit(ASTVariableDeclaratorId node, java.lang.Object data)Constructors in net.sourceforge.pmd.lang.java.symboltable with parameters of type ASTVariableDeclaratorId Constructor Description VariableNameDeclaration(ASTVariableDeclaratorId node) -
Uses of ASTVariableDeclaratorId in net.sourceforge.pmd.lang.java.typeresolution
Methods in net.sourceforge.pmd.lang.java.typeresolution with parameters of type ASTVariableDeclaratorId Modifier and Type Method Description java.lang.ObjectClassTypeResolver. visit(ASTVariableDeclaratorId node, java.lang.Object data)Deprecated.
-