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()
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 java.util.Map<VariableNameDeclaration,java.util.List<net.sourceforge.pmd.lang.symboltable.NameOccurrence>>
ClassScope. getVariableDeclarations()
java.util.Map<VariableNameDeclaration,java.util.List<net.sourceforge.pmd.lang.symboltable.NameOccurrence>>
LocalScope. getVariableDeclarations()
java.util.Map<VariableNameDeclaration,java.util.List<net.sourceforge.pmd.lang.symboltable.NameOccurrence>>
MethodScope. getVariableDeclarations()
-