org.apache.bcel.generic
private static class InstructionFactory.MethodObject extends Object
Field Summary | |
---|---|
int | access |
Type[] | arg_types |
String | class_name |
String | name |
Type | result_type |
Constructor Summary | |
---|---|
MethodObject(String c, String n, Type r, Type[] a, int acc) |