org.codehaus.gmaven.runtime.support.stubgen.model
Class MethodDef.Type

java.lang.Object
  extended by 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.


Field Summary
 int code
           
static MethodDef.Type CTOR
           
static int CTOR_CODE
           
static String CTOR_NAME
           
static MethodDef.Type METHOD
           
static int METHOD_CODE
           
static String METHOD_NAME
           
 String name
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2012 Codehaus. All Rights Reserved.