org.codehaus.groovy.maven.runtime.support.stubgen.model
Class MethodDef.Type
java.lang.Object
org.codehaus.groovy.maven.runtime.support.stubgen.model.MethodDef.Type
- Enclosing class:
- MethodDef
public static final class MethodDef.Type
- extends java.lang.Object
Psuedo-enum for method type.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
METHOD_NAME
public static final java.lang.String METHOD_NAME
- See Also:
- Constant Field Values
METHOD_CODE
public static final int METHOD_CODE
- See Also:
- Constant Field Values
METHOD
public static final MethodDef.Type METHOD
CTOR_NAME
public static final java.lang.String CTOR_NAME
- See Also:
- Constant Field Values
CTOR_CODE
public static final int CTOR_CODE
- See Also:
- Constant Field Values
CTOR
public static final MethodDef.Type CTOR
name
public final java.lang.String name
code
public final int code
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2006-2009 Codehaus. All Rights Reserved.