Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTVariableId
Packages that use ASTVariableId
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTVariableId in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTVariableIdModifier and TypeMethodDescription@NonNull ASTVariableIdASTCatchParameter.getVarId()ASTEnumConstant.getVarId()@NonNull ASTVariableIdASTForeachStatement.getVarId()@NonNull ASTVariableIdASTFormalParameter.getVarId()Returns the declarator ID of this formal parameter.@NonNull ASTVariableIdASTLambdaParameter.getVarId()Returns the declarator ID of this formal parameter.ASTRecordComponent.getVarId()ASTRecordPattern.getVarId()Deprecated.This method was added here by mistake.@NonNull ASTVariableIdASTTypePattern.getVarId()Returns the declared variable.@NonNull ASTVariableIdASTVariableDeclarator.getVarId()Returns the id of the declared variable.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTVariableId -
Uses of ASTVariableId in net.sourceforge.pmd.lang.java.rule.codestyle
Methods in net.sourceforge.pmd.lang.java.rule.codestyle with parameters of type ASTVariableIdModifier and TypeMethodDescriptionFormalParameterNamingConventionsRule.visit(ASTVariableId node, Object data) LocalVariableNamingConventionsRule.visit(ASTVariableId node, Object data) -
Uses of ASTVariableId in net.sourceforge.pmd.lang.java.rule.errorprone
Methods in net.sourceforge.pmd.lang.java.rule.errorprone with parameters of type ASTVariableIdModifier and TypeMethodDescriptionNonSerializableClassRule.visit(ASTVariableId node, Object data) -
Uses of ASTVariableId in net.sourceforge.pmd.lang.java.rule.performance
Methods in net.sourceforge.pmd.lang.java.rule.performance with parameters of type ASTVariableIdModifier and TypeMethodDescriptionConsecutiveLiteralAppendsRule.visit(ASTVariableId node, Object data) InsufficientStringBufferDeclarationRule.visit(ASTVariableId node, Object data) UseStringBufferForStringAppendsRule.visit(ASTVariableId node, Object data) This method is used to check whether user appends string directly instead of using StringBuffer or StringBuilder