public final class EnumDeclaration extends TypeDeclaration<EnumDeclaration> implements NodeWithImplements<EnumDeclaration>
enum X { ... }Node.ObserverRegistrationModeABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration| Constructor and Description |
|---|
EnumDeclaration() |
EnumDeclaration(EnumSet<Modifier> modifiers,
NodeList<AnnotationExpr> annotations,
SimpleName name,
NodeList<ClassOrInterfaceType> implementedTypes,
NodeList<EnumConstantDeclaration> entries,
NodeList<BodyDeclaration<?>> members) |
EnumDeclaration(EnumSet<Modifier> modifiers,
String name) |
EnumDeclaration(Range range,
EnumSet<Modifier> modifiers,
NodeList<AnnotationExpr> annotations,
SimpleName name,
NodeList<ClassOrInterfaceType> implementedTypes,
NodeList<EnumConstantDeclaration> entries,
NodeList<BodyDeclaration<?>> members) |
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
EnumDeclaration |
addEntry(EnumConstantDeclaration element) |
EnumConstantDeclaration |
addEnumConstant(String name) |
NodeList<EnumConstantDeclaration> |
getEntries() |
EnumConstantDeclaration |
getEntry(int i) |
NodeList<ClassOrInterfaceType> |
getImplementedTypes() |
List<NodeList<?>> |
getNodeLists()
The list of NodeLists owned by this node.
|
EnumDeclaration |
setEntries(NodeList<EnumConstantDeclaration> entries) |
EnumDeclaration |
setEntry(int i,
EnumConstantDeclaration element) |
EnumDeclaration |
setImplementedTypes(NodeList<ClassOrInterfaceType> implementsList) |
addMember, getJavaDoc, getMembers, getModifiers, getName, setMembers, setModifiers, setNamegetAnnotations, setAnnotationsaddOrphanComment, clone, containsWithin, equals, getAllContainedComments, getBegin, getChildNodes, getComment, getData, getEnd, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getRange, hasComment, hashCode, hasJavaDocComment, isPositionedAfter, isPositionedBefore, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeOrphanComment, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setRange, toString, toString, tryAddImportToParentCompilationUnit, unregisterfinalize, getClass, notify, notifyAll, wait, wait, waitaddImplementedType, addImplements, addImplements, getImplementedTypes, setImplementedTypegetNameAsString, setNameremoveJavaDocComment, setJavaDocCommentaddModifier, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatileaddConstructor, addField, addField, addField, addInitializer, addMethod, addPrivateField, addPrivateField, addProtectedField, addProtectedField, addPublicField, addPublicField, addStaticInitializer, getFieldByName, getFields, getMember, getMethods, getMethodsByName, getMethodsByParameterTypes, getMethodsByParameterTypes, setMemberaddAnnotation, addAnnotation, addAnnotation, addMarkerAnnotation, addMarkerAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, getAnnotation, getAnnotationByClass, getAnnotationByName, isAnnotationPresent, isAnnotationPresent, setAnnotationgetAncestorOfType, setAsParentNodeOf, setAsParentNodeOfpublic EnumDeclaration()
public EnumDeclaration(EnumSet<Modifier> modifiers, NodeList<AnnotationExpr> annotations, SimpleName name, NodeList<ClassOrInterfaceType> implementedTypes, NodeList<EnumConstantDeclaration> entries, NodeList<BodyDeclaration<?>> members)
public EnumDeclaration(Range range, EnumSet<Modifier> modifiers, NodeList<AnnotationExpr> annotations, SimpleName name, NodeList<ClassOrInterfaceType> implementedTypes, NodeList<EnumConstantDeclaration> entries, NodeList<BodyDeclaration<?>> members)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Visitableaccept in interface VisitableR - the type of the return value of the visitorA - the type the user argument passed to the visitorv - the visitor implementationarg - the argument passed to the visitor (of type A)public <A> void accept(VoidVisitor<A> v, A arg)
Visitablepublic NodeList<EnumConstantDeclaration> getEntries()
public EnumConstantDeclaration getEntry(int i)
public EnumDeclaration setEntry(int i, EnumConstantDeclaration element)
public EnumDeclaration addEntry(EnumConstantDeclaration element)
public NodeList<ClassOrInterfaceType> getImplementedTypes()
getImplementedTypes in interface NodeWithImplements<EnumDeclaration>public EnumDeclaration setEntries(NodeList<EnumConstantDeclaration> entries)
public EnumDeclaration setImplementedTypes(NodeList<ClassOrInterfaceType> implementsList)
setImplementedTypes in interface NodeWithImplements<EnumDeclaration>public EnumConstantDeclaration addEnumConstant(String name)
public List<NodeList<?>> getNodeLists()
NodegetNodeLists in class TypeDeclaration<EnumDeclaration>Copyright © 2007–2017. All rights reserved.