org.codehaus.groovy.maven.runtime.support.stubgen.model
Class MethodDef.Type

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


Field Summary
 int code
           
static MethodDef.Type CTOR
           
static int CTOR_CODE
           
static java.lang.String CTOR_NAME
           
static MethodDef.Type METHOD
           
static int METHOD_CODE
           
static java.lang.String METHOD_NAME
           
 java.lang.String name
           
 
Method Summary
 java.lang.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 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
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006-2009 Codehaus. All Rights Reserved.