org.apache.bcel.generic
Class InstructionFactory.MethodObject
java.lang.Object
org.apache.bcel.generic.InstructionFactory.MethodObject
- Enclosing class:
- InstructionFactory
private static class InstructionFactory.MethodObject
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
arg_types
Type[] arg_types
result_type
Type result_type
class_name
String class_name
name
String name
access
int access
InstructionFactory.MethodObject
InstructionFactory.MethodObject(String c,
String n,
Type r,
Type[] a,
int acc)