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