| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.java.ast | |
| net.sourceforge.pmd.lang.java.symboltable |
| Modifier and Type | Method | Description |
|---|---|---|
VariableNameDeclaration |
ASTVariableDeclaratorId.getNameDeclaration() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ASTVariableDeclaratorId.setNameDeclaration(VariableNameDeclaration decl) |
| 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() |
Copyright © 2002–2018 PMD. All rights reserved.