| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.java.symboltable |
| Modifier and Type | Method and Description |
|---|---|
ClassNameDeclaration |
SourceFileScope.findClassNameDeclaration(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<ClassNameDeclaration,List<NameOccurrence>> |
SourceFileScope.getClassDeclarations()
Convenience method that casts the declarations to
ClassNameDeclarations. |
Map<ClassNameDeclaration,List<NameOccurrence>> |
ClassScope.getClassDeclarations() |
| Constructor and Description |
|---|
ClassScope(ClassNameDeclaration classNameDeclaration)
This is only for anonymous inner classes
FIXME - should have name like Foo$1, not Anonymous$1 to get this working
right, the parent scope needs to be passed in when instantiating a
ClassScope
|
ClassScope(String className,
ClassNameDeclaration classNameDeclaration) |
Copyright © 2002–2017 PMD. All rights reserved.