org.codehaus.gmaven.runtime.support.stubgen.model
Class MethodDef.Type
java.lang.Object
org.codehaus.gmaven.runtime.support.stubgen.model.MethodDef.Type
- Enclosing class:
- MethodDef
public static final class MethodDef.Type
- extends Object
Psuedo-enum for method type.
METHOD_NAME
public static final 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 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 String name
code
public final int code
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2006-2012 Codehaus. All Rights Reserved.