public interface EnumConstantDeclaration extends TypeBodyDeclaration, Invocation
[JLS3:8.9] Enums (EnumConstant)
Modifier and Type | Method and Description |
---|---|
List<? extends Expression> |
getArguments()
Returns the constructor arguments.
|
ClassBody |
getBody()
Returns the class body.
|
SimpleName |
getName()
Returns the enum constant name.
|
getJavadoc, getModifiers
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
SimpleName getName()
List<? extends Expression> getArguments()
ClassBody getBody()
null
if it is not specifiedCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.