Constructors in jellyj.classfile.classgen with parameters of type ConstantPoolGen |
MethodGen.MethodGen(int access_flags, ClassGenType return_type, ClassGenType[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp) Declare method. |
PUSH.PUSH(ConstantPoolGen cp, double value) |
PUSH.PUSH(ConstantPoolGen cp, float value) |
PUSH.PUSH(ConstantPoolGen cp, int value) This constructor also applies for values of type short, char, byte (and boolean). |
PUSH.PUSH(ConstantPoolGen cp, String value) |
PUSH.PUSH(ConstantPoolGen cp, long value) |