Multivalent API

phelps.lang.reflect
Class Method_info

java.lang.Object
  extended by phelps.lang.reflect.Method_info

public class Method_info
extends java.lang.Object

Version:
$Revision: 1.2 $ $Date: 2003/06/01 07:59:28 $

Field Summary
static int ACC_ABSTRACT
           
static int ACC_FINAL
           
static int ACC_NATIVE
           
static int ACC_PRIVATE
           
static int ACC_PROTECTED
           
static int ACC_PUBLIC
           
static int ACC_STATIC
           
static int ACC_STRICT
           
static int ACC_SYNCHRONIZED
           
 short access_flags
           
 Attribute_info[] attributes
           
 java.lang.String descriptor
           
 java.lang.String name
           
 
Method Summary
 java.lang.String access2String()
           
static java.lang.String access2String(int access)
           
 ClassFile[] getParameterTypes()
           
 ClassFile getReturnType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ACC_PUBLIC

public static final int ACC_PUBLIC
See Also:
Constant Field Values

ACC_PRIVATE

public static final int ACC_PRIVATE
See Also:
Constant Field Values

ACC_PROTECTED

public static final int ACC_PROTECTED
See Also:
Constant Field Values

ACC_STATIC

public static final int ACC_STATIC
See Also:
Constant Field Values

ACC_FINAL

public static final int ACC_FINAL
See Also:
Constant Field Values

ACC_SYNCHRONIZED

public static final int ACC_SYNCHRONIZED
See Also:
Constant Field Values

ACC_NATIVE

public static final int ACC_NATIVE
See Also:
Constant Field Values

ACC_ABSTRACT

public static final int ACC_ABSTRACT
See Also:
Constant Field Values

ACC_STRICT

public static final int ACC_STRICT
See Also:
Constant Field Values

access_flags

public short access_flags

name

public java.lang.String name

descriptor

public java.lang.String descriptor

attributes

public Attribute_info[] attributes
Method Detail

getReturnType

public ClassFile getReturnType()

getParameterTypes

public ClassFile[] getParameterTypes()

access2String

public java.lang.String access2String()

access2String

public static java.lang.String access2String(int access)

toString

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

Multivalent API