| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.java.ast |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ASTAnnotationTypeMemberDeclaration |
|
class |
ASTClassOrInterfaceBodyDeclaration |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ASTAnyTypeBodyDeclaration> |
ASTAnnotationTypeDeclaration.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> |
ASTClassOrInterfaceDeclaration.getDeclarations() |
|
java.util.List<ASTAnyTypeBodyDeclaration> |
ASTEnumDeclaration.getDeclarations() |
Copyright © 2002–2018 PMD. All rights reserved.