Uses of Class
jellyj.classfile.classgen.ConstantPoolGen

Packages that use ConstantPoolGen
jellyj.classfile.classgen 
jellyj.util 

Uses of ConstantPoolGen in jellyj.classfile.classgen
 

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)
          
 

Methods in jellyj.classfile.classgen that return ConstantPoolGen
ConstantPoolGenClassGen.getConstantPool()
          
 

Methods in jellyj.classfile.classgen with parameters of type ConstantPoolGen
LocalVariableLocalVariableGen.getLocalVariable(InstructionList il, ConstantPoolGen cp)
          Get LocalVariable object.
 

Uses of ConstantPoolGen in jellyj.util
 

Methods in jellyj.util with parameters of type ConstantPoolGen
InstructionArrayType.APPENDSTB(ConstantPoolGen cpg)
          
InstructionListArrayType.VALUEOF(ConstantPoolGen cpg)
          
InstructionBooleanType.PUSH(ConstantPoolGen cpg, BigDecimal value)
          
InstructionByteType.APPENDSTB(ConstantPoolGen cpg)
          
InstructionListByteType.VALUEOF(ConstantPoolGen cpg)
          
InstructionClassType.APPENDSTB(ConstantPoolGen cpg)
          
InstructionListClassType.VALUEOF(ConstantPoolGen cpg)
          
InstructionDoubleType.PUSH(ConstantPoolGen cpg, BigDecimal value)
          
InstructionFloatType.PUSH(ConstantPoolGen cpg, BigDecimal value)
          
InstructionIntegralType.PUSH(ConstantPoolGen cpg, BigDecimal value)
          
InstructionLongType.PUSH(ConstantPoolGen cpg, BigDecimal value)
          
InstructionNullType.APPENDSTB(ConstantPoolGen cpg)
          
InstructionListNullType.VALUEOF(ConstantPoolGen cpg)
          
InstructionPrimitiveType.APPENDSTB(ConstantPoolGen cpg)
          
InstructionListPrimitiveType.VALUEOF(ConstantPoolGen cpg)
          
InstructionShortType.APPENDSTB(ConstantPoolGen cpg)
          
InstructionListShortType.VALUEOF(ConstantPoolGen cpg)
          
InstructionType.APPENDSTB(ConstantPoolGen cpg)
          
InstructionType.PUSH(ConstantPoolGen cpg, BigDecimal value)
          
InstructionListType.VALUEOF(ConstantPoolGen cpg)