Uses of Class
net.sourceforge.pmd.lang.java.symboltable.VariableNameDeclaration
-
Packages that use VariableNameDeclaration Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.symboltable -
-
Uses of VariableNameDeclaration in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return VariableNameDeclaration Modifier and Type Method Description VariableNameDeclaration
ASTVariableDeclaratorId. getNameDeclaration()
Note: this might benull
in certain cases.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type VariableNameDeclaration Modifier and Type Method Description void
ASTVariableDeclaratorId. setNameDeclaration(VariableNameDeclaration decl)
Deprecated. -
Uses of VariableNameDeclaration in net.sourceforge.pmd.lang.java.symboltable
Methods in net.sourceforge.pmd.lang.java.symboltable that return types with arguments of type VariableNameDeclaration Modifier and Type Method Description Map<VariableNameDeclaration,List<NameOccurrence>>
ClassScope. getVariableDeclarations()
Map<VariableNameDeclaration,List<NameOccurrence>>
LocalScope. getVariableDeclarations()
Map<VariableNameDeclaration,List<NameOccurrence>>
MethodScope. getVariableDeclarations()
-