org.codehaus.janino.util
public class ClassFile.MethodInfo extends Object
| Constructor Summary | |
|---|---|
| MethodInfo(short accessFlags, short nameIndex, short descriptorIndex, List attributes)
Initialize the "method_info" structure. | |
| Method Summary | |
|---|---|
| void | addAttribute(ClassFile.AttributeInfo attribute) |
| short | getAccessFlags() |
| ClassFile.AttributeInfo[] | getAttributes() |
| ClassFile | getClassFile() |
| short | getDescriptorIndex() |
| short | getNameIndex() |
| void | store(DataOutputStream dos)
Write this object to a DataOutputStream, in the format
defined by the JVM specification. |