Class EnumConstantDeclaration

All Implemented Interfaces:
NodeWithAnnotations<EnumConstantDeclaration>, NodeWithArguments<EnumConstantDeclaration>, NodeWithJavadoc<EnumConstantDeclaration>, NodeWithRange<Node>, NodeWithSimpleName<EnumConstantDeclaration>, NodeWithTokenRange<Node>, Observable, Visitable, HasParentNode<Node>, Resolvable<ResolvedEnumConstantDeclaration>, Cloneable

One of the values an enum can take. A(1) and B(2) in this example: enum X { A(1), B(2) }
Author:
Julio Vilmar Gesser