public interface ASTAnyTypeDeclaration extends JavaQualifiableNode, AccessNode, JavaNode
| Modifier and Type | Interface and Description |
|---|---|
static class |
ASTAnyTypeDeclaration.TypeKind
The kind of type this node declares.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ASTAnyTypeBodyDeclaration> |
getDeclarations()
Retrieves the member declarations (fields, methods, classes, etc.) from the body of this type declaration.
|
ASTAnyTypeDeclaration.TypeKind |
getTypeKind()
Finds the type kind of this declaration.
|
getQualifiedNamegetModifiers, isAbstract, isDefault, isFinal, isNative, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, setAbstract, setDefault, setFinal, setModifiers, setNative, setPrivate, setProtected, setPublic, setStatic, setStrictfp, setSynchronized, setTransient, setVolatilechildrenAccept, getScope, jjtAccept, setScopeASTAnyTypeDeclaration.TypeKind getTypeKind()
java.util.List<ASTAnyTypeBodyDeclaration> getDeclarations()
Copyright © 2002–2017 PMD. All rights reserved.