| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.java.ast |
| Modifier and Type | Class and Description |
|---|---|
class |
ASTAnnotationTypeMemberDeclaration |
class |
ASTClassOrInterfaceBodyDeclaration |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ASTAnyTypeBodyDeclaration> |
ASTEnumDeclaration.getDeclarations() |
java.util.List<ASTAnyTypeBodyDeclaration> |
ASTClassOrInterfaceDeclaration.getDeclarations() |
java.util.List<ASTAnyTypeBodyDeclaration> |
ASTAnyTypeDeclaration.getDeclarations()
Retrieves the member declarations (fields, methods, classes, etc.) from the body of this type declaration.
|
java.util.List<ASTAnyTypeBodyDeclaration> |
ASTAnnotationTypeDeclaration.getDeclarations() |
Copyright © 2002–2017 PMD. All rights reserved.