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() |
Copyright © 2002–2017 PMD. All rights reserved.