| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.java.symboltable |
| Modifier and Type | Field and Description |
|---|---|
protected Map<MethodNameDeclaration,List<NameOccurrence>> |
ClassScope.methodNames |
| Modifier and Type | Method and Description |
|---|---|
Map<MethodNameDeclaration,List<NameOccurrence>> |
ClassScope.getMethodDeclarations() |
| Modifier and Type | Method and Description |
|---|---|
void |
DummyScope.addDeclaration(MethodNameDeclaration decl) |
void |
AbstractScope.addDeclaration(MethodNameDeclaration methodDecl) |
void |
Scope.addDeclaration(MethodNameDeclaration decl)
Add a method declaration to this scope
|
void |
SourceFileScope.addDeclaration(MethodNameDeclaration decl) |
void |
ClassScope.addDeclaration(MethodNameDeclaration decl) |
Copyright © 2002-2013 InfoEther. All Rights Reserved.