public interface EnumDeclaration extends TypeDeclaration
[JLS3:8.9] Enums
Modifier and Type | Method and Description |
---|---|
List<? extends EnumConstantDeclaration> |
getConstantDeclarations()
Returns the enum constant declarations.
|
List<? extends Type> |
getSuperInterfaceTypes()
Returns the super interface types.
|
getBodyDeclarations, getName
getJavadoc, getModifiers
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
List<? extends Type> getSuperInterfaceTypes()
List<? extends EnumConstantDeclaration> getConstantDeclarations()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.