Class EnumDeclaration
java.lang.Object
com.github.javaparser.ast.Node
com.github.javaparser.ast.body.BodyDeclaration<EnumDeclaration>
com.github.javaparser.ast.body.TypeDeclaration<EnumDeclaration>
com.github.javaparser.ast.body.EnumDeclaration
- All Implemented Interfaces:
NodeWithAccessModifiers<EnumDeclaration>, NodeWithPrivateModifier<EnumDeclaration>, NodeWithProtectedModifier<EnumDeclaration>, NodeWithPublicModifier<EnumDeclaration>, NodeWithStaticModifier<EnumDeclaration>, NodeWithStrictfpModifier<EnumDeclaration>, NodeWithAnnotations<EnumDeclaration>, NodeWithImplements<EnumDeclaration>, NodeWithJavadoc<EnumDeclaration>, NodeWithMembers<EnumDeclaration>, NodeWithModifiers<EnumDeclaration>, NodeWithRange<Node>, NodeWithSimpleName<EnumDeclaration>, NodeWithTokenRange<Node>, Observable, Visitable, HasParentNode<Node>, Resolvable<ResolvedEnumDeclaration>, Cloneable
public class EnumDeclaration
extends TypeDeclaration<EnumDeclaration>
implements NodeWithImplements<EnumDeclaration>, Resolvable<ResolvedEnumDeclaration>
The declaration of an enum.
enum X { ... }-
Nested Class Summary
Nested classes/interfaces inherited from class Node
Node.BreadthFirstIterator, Node.DirectChildrenIterator, Node.ObserverRegistrationMode, Node.ParentsVisitor, Node.Parsedness, Node.PostOrderIterator, Node.PreOrderIterator, Node.TreeTraversal -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate NodeList<EnumConstantDeclaration> private NodeList<ClassOrInterfaceType> Fields inherited from class Node
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, LINE_SEPARATOR_KEY, NODE_BY_BEGIN_POSITION, PHANTOM_KEY, prettyPrinterNoCommentsConfiguration, PRINTER_KEY, SYMBOL_RESOLVER_KEY -
Constructor Summary
ConstructorsConstructorDescriptionEnumDeclaration(NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, SimpleName name, NodeList<ClassOrInterfaceType> implementedTypes, NodeList<EnumConstantDeclaration> entries, NodeList<BodyDeclaration<?>> members) EnumDeclaration(NodeList<Modifier> modifiers, String name) EnumDeclaration(TokenRange tokenRange, NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, SimpleName name, NodeList<ClassOrInterfaceType> implementedTypes, NodeList<EnumConstantDeclaration> entries, NodeList<BodyDeclaration<?>> members) This constructor is used by the parser and is considered private. -
Method Summary
Modifier and TypeMethodDescription<R,A> R accept(GenericVisitor<R, A> v, A arg) Accept method for visitor support.<A> voidaccept(VoidVisitor<A> v, A arg) Accept method for visitor support.addEntry(EnumConstantDeclaration element) addEnumConstant(String name) clone()getEntry(int i) voidifEnumDeclaration(Consumer<EnumDeclaration> action) booleanbooleanbooleanresolve()setEntries(NodeList<EnumConstantDeclaration> entries) setEntry(int i, EnumConstantDeclaration element) setImplementedTypes(NodeList<ClassOrInterfaceType> implementedTypes) Methods inherited from class TypeDeclaration
addMember, asTypeDeclaration, getCallablesWithSignature, getFullyQualifiedName, getMembers, getModifiers, getName, ifTypeDeclaration, isNestedType, isTopLevelType, isTypeDeclaration, setMembers, setModifiers, setName, toTypeDeclarationMethods inherited from class BodyDeclaration
asAnnotationDeclaration, asAnnotationMemberDeclaration, asCallableDeclaration, asClassOrInterfaceDeclaration, asCompactConstructorDeclaration, asConstructorDeclaration, asEnumConstantDeclaration, asFieldDeclaration, asInitializerDeclaration, asMethodDeclaration, asRecordDeclaration, getAnnotations, ifAnnotationDeclaration, ifAnnotationMemberDeclaration, ifCallableDeclaration, ifClassOrInterfaceDeclaration, ifCompactConstructorDeclaration, ifConstructorDeclaration, ifEnumConstantDeclaration, ifFieldDeclaration, ifInitializerDeclaration, ifMethodDeclaration, ifRecordDeclaration, isAnnotationDeclaration, isAnnotationMemberDeclaration, isCallableDeclaration, isClassOrInterfaceDeclaration, isCompactConstructorDeclaration, isConstructorDeclaration, isEnumConstantDeclaration, isFieldDeclaration, isInitializerDeclaration, isMethodDeclaration, isRecordDeclaration, setAnnotations, toAnnotationDeclaration, toAnnotationMemberDeclaration, toCallableDeclaration, toClassOrInterfaceDeclaration, toCompactConstructorDeclaration, toConstructorDeclaration, toEnumConstantDeclaration, toFieldDeclaration, toInitializerDeclaration, toMethodDeclaration, toRecordDeclarationMethods inherited from class Node
addOrphanComment, containsData, createDefaultPrinter, createDefaultPrinter, customInitialization, equals, findAll, findAll, findAll, findByRange, findCompilationUnit, findData, findFirst, findFirst, findFirst, findRootNode, getAllContainedComments, getChildNodes, getChildNodesByType, getComment, getData, getDataKeys, getDefaultPrinterConfiguration, getLineEndingStyle, getLineEndingStyleOrDefault, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getParsed, getPrinter, getPrinter, getRange, getSymbolResolver, getTokenRange, hashCode, hasScope, isAncestorOf, isPhantom, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeComment, removeData, removeForced, removeOrphanComment, replace, setAsParentNodeOf, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setParsed, setRange, setTokenRange, stream, stream, toString, toString, tryAddImportToParentCompilationUnit, unregister, walk, walk, walkMethods inherited from interface HasParentNode
findAncestor, findAncestor, findAncestor, hasParentNode, isDescendantOfMethods inherited from interface NodeWithAnnotations
addAndGetAnnotation, addAndGetAnnotation, addAnnotation, addAnnotation, addAnnotation, addMarkerAnnotation, addMarkerAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, getAnnotation, getAnnotationByClass, getAnnotationByName, isAnnotationPresent, isAnnotationPresent, setAnnotation, tryAddImportToParentCompilationUnitMethods inherited from interface NodeWithImplements
addImplementedType, addImplementedType, addImplementedType, addImplements, addImplements, getImplementedTypes, setImplementedType, tryAddImportToParentCompilationUnitMethods inherited from interface NodeWithJavadoc
getComment, getJavadoc, getJavadocComment, hasJavaDocComment, removeJavaDocComment, setComment, setJavadocComment, setJavadocComment, setJavadocComment, setJavadocComment, setJavadocCommentMethods inherited from interface NodeWithMembers
addConstructor, addField, addField, addField, addFieldWithInitializer, addFieldWithInitializer, addFieldWithInitializer, addInitializer, addMethod, addPrivateField, addPrivateField, addPrivateField, addProtectedField, addProtectedField, addProtectedField, addPublicField, addPublicField, addPublicField, addStaticInitializer, getConstructorByParameterTypes, getConstructorByParameterTypes, getConstructors, getDefaultConstructor, getFieldByName, getFields, getMember, getMethods, getMethodsByName, getMethodsByParameterTypes, getMethodsByParameterTypes, getMethodsBySignature, isEmpty, setMember, tryAddImportToParentCompilationUnitMethods inherited from interface NodeWithModifiers
addModifier, getAccessSpecifier, hasModifier, removeModifier, setModifier, setModifiersMethods inherited from interface NodeWithPrivateModifier
isPrivate, setPrivateMethods inherited from interface NodeWithProtectedModifier
isProtected, setProtectedMethods inherited from interface NodeWithPublicModifier
isPublic, setPublicMethods inherited from interface NodeWithRange
containsWithin, containsWithinRange, getBegin, getEnd, hasRangeMethods inherited from interface NodeWithSimpleName
getNameAsExpression, getNameAsString, setNameMethods inherited from interface NodeWithStaticModifier
isStatic, setStaticMethods inherited from interface NodeWithStrictfpModifier
isStrictfp, setStrictfp
-
Field Details
-
implementedTypes
-
entries
-
-
Constructor Details
-
EnumDeclaration
public EnumDeclaration() -
EnumDeclaration
-
EnumDeclaration
public EnumDeclaration(NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, SimpleName name, NodeList<ClassOrInterfaceType> implementedTypes, NodeList<EnumConstantDeclaration> entries, NodeList<BodyDeclaration<?>> members) -
EnumDeclaration
public EnumDeclaration(TokenRange tokenRange, NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, SimpleName name, NodeList<ClassOrInterfaceType> implementedTypes, NodeList<EnumConstantDeclaration> entries, NodeList<BodyDeclaration<?>> members) This constructor is used by the parser and is considered private.
-
-
Method Details
-
accept
Description copied from interface:VisitableAccept method for visitor support.- Specified by:
acceptin interfaceVisitable- Type Parameters:
R- the type of the return value of the visitorA- the type the user argument passed to the visitor- Parameters:
v- the visitor implementationarg- the argument passed to the visitor (of type A)- Returns:
- the result of the visit (of type R)
-
accept
Description copied from interface:VisitableAccept method for visitor support. -
getEntries
-
getEntry
-
setEntry
-
addEntry
-
getImplementedTypes
- Specified by:
getImplementedTypesin interfaceNodeWithImplements<EnumDeclaration>
-
setEntries
-
setImplementedTypes
- Specified by:
setImplementedTypesin interfaceNodeWithImplements<EnumDeclaration>
-
addEnumConstant
-
remove
- Overrides:
removein classTypeDeclaration<EnumDeclaration>
-
clone
- Overrides:
clonein classTypeDeclaration<EnumDeclaration>
-
getMetaModel
- Overrides:
getMetaModelin classTypeDeclaration<EnumDeclaration>- Returns:
- get JavaParser specific node introspection information.
-
replace
- Overrides:
replacein classTypeDeclaration<EnumDeclaration>
-
isEnumDeclaration
public boolean isEnumDeclaration()- Overrides:
isEnumDeclarationin classBodyDeclaration<EnumDeclaration>
-
asEnumDeclaration
- Overrides:
asEnumDeclarationin classBodyDeclaration<EnumDeclaration>
-
ifEnumDeclaration
- Overrides:
ifEnumDeclarationin classBodyDeclaration<EnumDeclaration>
-
resolve
- Specified by:
resolvein interfaceResolvable<ResolvedEnumDeclaration>- Specified by:
resolvein classTypeDeclaration<EnumDeclaration>
-
toEnumDeclaration
- Overrides:
toEnumDeclarationin classBodyDeclaration<EnumDeclaration>
-