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
ClassNameDeclaration s. |
Map<ClassNameDeclaration,List<NameOccurrence>> |
ClassScope.getClassDeclarations() |
Constructor and Description |
---|
ClassScope(ClassNameDeclaration classNameDeclaration)
This is only for anonymous inner classes.
|
ClassScope(String className,
ClassNameDeclaration classNameDeclaration) |
Copyright © 2002–2017 PMD. All rights reserved.