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.codestyle net.sourceforge.pmd.lang.java.rule.errorprone net.sourceforge.pmd.lang.java.rule.performance net.sourceforge.pmd.lang.java.types.ast -
-
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 @NonNull ASTVariableDeclaratorIdASTCatchParameter. getVarId()ASTVariableDeclaratorIdASTEnumConstant. getVarId()@NonNull ASTVariableDeclaratorIdASTForeachStatement. getVarId()@NonNull ASTVariableDeclaratorIdASTFormalParameter. getVarId()Returns the declarator ID of this formal parameter.@NonNull ASTVariableDeclaratorIdASTLambdaParameter. getVarId()Returns the declarator ID of this formal parameter.ASTVariableDeclaratorIdASTRecordComponent. getVarId()ASTVariableDeclaratorIdASTRecordPattern. getVarId()Returns the declared variable.@NonNull ASTVariableDeclaratorIdASTTypePattern. getVarId()Returns the declared variable.@NonNull ASTVariableDeclaratorIdASTVariableDeclarator. getVarId()Returns the id of the declared variable.static ASTVariableDeclaratorIdInternalApiBridge. newVarId(String image)Deprecated.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTVariableDeclaratorId Modifier and Type Method Description default RJavaVisitor. visit(ASTVariableDeclaratorId node, P data) -
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 ObjectFormalParameterNamingConventionsRule. visit(ASTVariableDeclaratorId node, Object data)ObjectLocalVariableNamingConventionsRule. visit(ASTVariableDeclaratorId node, 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 ObjectNonSerializableClassRule. visit(ASTVariableDeclaratorId node, 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 ObjectConsecutiveLiteralAppendsRule. visit(ASTVariableDeclaratorId node, Object data)ObjectInsufficientStringBufferDeclarationRule. visit(ASTVariableDeclaratorId node, Object data)ObjectUseStringBufferForStringAppendsRule. visit(ASTVariableDeclaratorId node, Object data)This method is used to check whether user appends string directly instead of using StringBuffer or StringBuilder -
Uses of ASTVariableDeclaratorId in net.sourceforge.pmd.lang.java.types.ast
Methods in net.sourceforge.pmd.lang.java.types.ast with parameters of type ASTVariableDeclaratorId Modifier and Type Method Description JTypeMirrorLazyTypeResolver. visit(ASTVariableDeclaratorId node, TypingContext ctx)
-