org.codehaus.groovy.antlr
Class EnumHelper
java.lang.Object
org.codehaus.groovy.antlr.EnumHelper
public class EnumHelper
- extends java.lang.Object
Field Summary |
private static int |
FS
|
private static int |
PUBLIC_FS
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FS
private static final int FS
- See Also:
- Constant Field Values
PUBLIC_FS
private static final int PUBLIC_FS
- See Also:
- Constant Field Values
EnumHelper
public EnumHelper()
makeEnumNode
public static ClassNode makeEnumNode(java.lang.String name,
int modifiers,
ClassNode[] interfaces,
ClassNode outerClass)
addEnumConstant
public static void addEnumConstant(ClassNode enumClass,
java.lang.String name,
Expression init)
Copyright © ${year} The Codehaus. All Rights Reserved.