[Java] Class EnumHelper

  • org.codehaus.groovy.antlr.EnumHelper

Methods Summary

Methods
Type Params Return Type Name and description
static FieldNode addEnumConstant(ClassNode enumClass, String name, Expression init)
static ClassNode makeEnumNode(String name, int modifiers, ClassNode[] interfaces, ClassNode outerClass)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Method Detail

public static FieldNode addEnumConstant(ClassNode enumClass, String name, Expression init)

public static ClassNode makeEnumNode(String name, int modifiers, ClassNode[] interfaces, ClassNode outerClass)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/antlr/EnumHelper.html