Package | Description |
---|---|
net.sourceforge.pmd.lang.java.symboltable |
Modifier and Type | Field and Description |
---|---|
protected Map<ClassNameDeclaration,List<NameOccurrence>> |
ClassScope.classNames |
protected Map<ClassNameDeclaration,List<NameOccurrence>> |
SourceFileScope.classNames |
Modifier and Type | Method and Description |
---|---|
Map<ClassNameDeclaration,List<NameOccurrence>> |
ClassScope.getClassDeclarations() |
Map<ClassNameDeclaration,List<NameOccurrence>> |
DummyScope.getClassDeclarations() |
Map<ClassNameDeclaration,List<NameOccurrence>> |
AbstractScope.getClassDeclarations() |
Map<ClassNameDeclaration,List<NameOccurrence>> |
Scope.getClassDeclarations()
Returns a Map (VariableNameDeclaration->List(NameOccurrence,NameOccurrence)) of declarations that
exist at this scope
|
Map<ClassNameDeclaration,List<NameOccurrence>> |
SourceFileScope.getClassDeclarations() |
Modifier and Type | Method and Description |
---|---|
void |
ClassScope.addDeclaration(ClassNameDeclaration decl) |
void |
DummyScope.addDeclaration(ClassNameDeclaration decl) |
void |
AbstractScope.addDeclaration(ClassNameDeclaration classDecl) |
void |
Scope.addDeclaration(ClassNameDeclaration decl)
Add a class declaration to this scope
|
void |
SourceFileScope.addDeclaration(ClassNameDeclaration classDecl) |
Copyright © 2002-2013 InfoEther. All Rights Reserved.