| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.java.ast |
| Modifier and Type | Method | Description |
|---|---|---|
ASTAnyTypeBodyDeclaration.DeclarationKind |
ASTAnyTypeBodyDeclaration.getKind() |
Gets the kind of declaration this node contains.
|
static ASTAnyTypeBodyDeclaration.DeclarationKind |
ASTAnyTypeBodyDeclaration.DeclarationKind.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ASTAnyTypeBodyDeclaration.DeclarationKind[] |
ASTAnyTypeBodyDeclaration.DeclarationKind.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002–2018 PMD. All rights reserved.