public class EnumDeclaration extends TypeDeclaration implements AnnotationMemberDeclaration, InterfaceMemberDeclaration, ClassMemberDeclaration
| Constructor and Description |
|---|
EnumDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
List<EnumConstant> |
getConstants() |
List<Type> |
getImplementsTypes() |
List<ClassMemberDeclaration> |
getMemberDeclarations() |
Identifier |
getName() |
void |
setConstants(List<EnumConstant> constants) |
void |
setImplementsTypes(List<Type> implementsTypes) |
void |
setMemberDeclarations(List<ClassMemberDeclaration> memberDeclarations) |
void |
setName(Identifier name) |
protected void |
visitChildren(Visitors visitors) |
getAnnotations, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, setAbstract, setAnnotations, setFinal, setNative, setPrivate, setProtected, setPublic, setStatic, setStrictfp, setSynchronized, setTransient, setVolatilegetEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndColumn, getEndLine, getStartColumn, getStartLine, visitpublic List<EnumConstant> getConstants()
public List<ClassMemberDeclaration> getMemberDeclarations()
public Identifier getName()
public void setConstants(List<EnumConstant> constants)
public void setMemberDeclarations(List<ClassMemberDeclaration> memberDeclarations)
public void setName(Identifier name)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeWithModifiersCopyright © 2013. All rights reserved.