alt.jiapi.file
Class Method
java.lang.Object
alt.jiapi.file.ProgramElement
alt.jiapi.file.Method
public class Method
- extends ProgramElement
This class represents a method, as described in Java Virtual
Machine Specification, 2nd edition, chapter 4.6.
Constructor Summary |
Method(ConstantPool cp,
short access_flags,
java.lang.String name,
java.lang.String descriptor,
java.util.List attributes)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACC_ABSTRACT
public static final short ACC_ABSTRACT
- See Also:
- Constant Field Values
ACC_BRIDGE
public static final short ACC_BRIDGE
- See Also:
- Constant Field Values
ACC_FINAL
public static final short ACC_FINAL
- See Also:
- Constant Field Values
ACC_NATIVE
public static final short ACC_NATIVE
- See Also:
- Constant Field Values
ACC_PRIVATE
public static final short ACC_PRIVATE
- See Also:
- Constant Field Values
ACC_PROTECTED
public static final short ACC_PROTECTED
- See Also:
- Constant Field Values
ACC_PUBLIC
public static final short ACC_PUBLIC
- See Also:
- Constant Field Values
ACC_STATIC
public static final short ACC_STATIC
- See Also:
- Constant Field Values
ACC_STRICT
public static final short ACC_STRICT
- See Also:
- Constant Field Values
ACC_SYNCHRONIZED
public static final short ACC_SYNCHRONIZED
- See Also:
- Constant Field Values
ACC_SYNTHETIC
public static final short ACC_SYNTHETIC
- See Also:
- Constant Field Values
ACC_VARARGS
public static final short ACC_VARARGS
- See Also:
- Constant Field Values
Method
public Method(ConstantPool cp,
short access_flags,
java.lang.String name,
java.lang.String descriptor,
java.util.List attributes)
getDescriptor
public java.lang.String getDescriptor()
getName
public java.lang.String getName()
Copyright © 2001. Documenation generated August 26 2011.