EnumConstantDeclaration

constructor()(source)
constructor(name: String)(source)
constructor(annotations: NodeList<AnnotationExpr>, name: SimpleName, arguments: NodeList<Expression>, classBody: NodeList<BodyDeclaration<out Any>>)(source)


constructor(tokenRange: TokenRange, annotations: NodeList<AnnotationExpr>, name: SimpleName, arguments: NodeList<Expression>, classBody: NodeList<BodyDeclaration<out Any>>)(source)

This constructor is used by the parser and is considered private.