|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableNameDeclaration | |
net.sourceforge.pmd.ast | |
net.sourceforge.pmd.symboltable |
Uses of VariableNameDeclaration in net.sourceforge.pmd.ast |
Methods in net.sourceforge.pmd.ast that return VariableNameDeclaration | |
VariableNameDeclaration |
ASTVariableDeclaratorId.getNameDeclaration()
|
Methods in net.sourceforge.pmd.ast with parameters of type VariableNameDeclaration | |
void |
ASTVariableDeclaratorId.setNameDeclaration(VariableNameDeclaration decl)
|
Uses of VariableNameDeclaration in net.sourceforge.pmd.symboltable |
Methods in net.sourceforge.pmd.symboltable with parameters of type VariableNameDeclaration | |
void |
MethodScope.addDeclaration(VariableNameDeclaration variableDecl)
|
void |
DummyScope.addDeclaration(VariableNameDeclaration decl)
|
void |
ClassScope.addDeclaration(VariableNameDeclaration variableDecl)
|
void |
Scope.addDeclaration(VariableNameDeclaration decl)
Add a variable declaration to this scope |
void |
SourceFileScope.addDeclaration(VariableNameDeclaration decl)
|
void |
LocalScope.addDeclaration(VariableNameDeclaration nameDecl)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |