Uses of Class
org.apache.bcel.generic.ConstantPoolGen

Packages that use ConstantPoolGen
org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. 
org.apache.bcel.verifier.structurals Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect. 
 

Uses of ConstantPoolGen in org.apache.bcel.generic
 

Fields in org.apache.bcel.generic declared as ConstantPoolGen
protected  ConstantPoolGen FieldGenOrMethodGen.cp
           
protected  ConstantPoolGen InstructionFactory.cp
           
 

Methods in org.apache.bcel.generic that return ConstantPoolGen
 ConstantPoolGen FieldGenOrMethodGen.getConstantPool()
           
 ConstantPoolGen ClassGen.getConstantPool()
           
 ConstantPoolGen InstructionFactory.getConstantPool()
           
 

Methods in org.apache.bcel.generic with parameters of type ConstantPoolGen
 Type ArrayInstruction.getType(ConstantPoolGen cp)
           
 int Instruction.consumeStack(ConstantPoolGen cpg)
          This method also gives right results for instructions whose effect on the stack depends on the constant pool entry they reference.
 int Instruction.produceStack(ConstantPoolGen cpg)
          This method also gives right results for instructions whose effect on the stack depends on the constant pool entry they reference.
 Type TypedInstruction.getType(ConstantPoolGen cpg)
           
 int StackProducer.produceStack(ConstantPoolGen cpg)
           
 int ConstantPoolGen.addConstant(Constant c, ConstantPoolGen cp)
          Import constant from another ConstantPool and return new index.
 Type StackInstruction.getType(ConstantPoolGen cp)
           
 Type LocalVariableInstruction.getType(ConstantPoolGen cp)
          Returns the type associated with the instruction - in case of ALOAD or ASTORE Type.OBJECT is returned.
 ObjectType LoadClass.getLoadClassType(ConstantPoolGen cpg)
          Returns the ObjectType of the referenced class or interface that may be loaded and resolved.
 Type LoadClass.getType(ConstantPoolGen cpg)
          Returns the type associated with this instruction.
protected  int FieldInstruction.getFieldSize(ConstantPoolGen cpg)
           
 Type FieldInstruction.getType(ConstantPoolGen cpg)
           
 Type FieldInstruction.getFieldType(ConstantPoolGen cpg)
           
 String FieldInstruction.getFieldName(ConstantPoolGen cpg)
           
 String FieldOrMethod.getSignature(ConstantPoolGen cpg)
           
 String FieldOrMethod.getName(ConstantPoolGen cpg)
           
 String FieldOrMethod.getClassName(ConstantPoolGen cpg)
          Deprecated. If the instruction references an array class, this method will return "java.lang.Object". For code generated by Java 1.5, this answer is sometimes wrong (e.g., if the "clone()" method is called on an array). A better idea is to use the getReferenceType() method, which correctly distinguishes between class types and array types.
 ObjectType FieldOrMethod.getClassType(ConstantPoolGen cpg)
          Deprecated. If the instruction references an array class, the ObjectType returned will be invalid. Use getReferenceType() instead.
 ReferenceType FieldOrMethod.getReferenceType(ConstantPoolGen cpg)
          Return the reference type representing the class, interface, or array class referenced by the instruction.
 ObjectType FieldOrMethod.getLoadClassType(ConstantPoolGen cpg)
           
 Type CPInstruction.getType(ConstantPoolGen cpg)
           
 int StackConsumer.consumeStack(ConstantPoolGen cpg)
           
 Type ConversionInstruction.getType(ConstantPoolGen cp)
           
 Type JsrInstruction.getType(ConstantPoolGen cp)
           
 Type ArithmeticInstruction.getType(ConstantPoolGen cp)
           
 int InvokeInstruction.consumeStack(ConstantPoolGen cpg)
          Also works for instructions whose stack effect depends on the constant pool entry they reference.
 int InvokeInstruction.produceStack(ConstantPoolGen cpg)
          Also works for instructions whose stack effect depends on the constant pool entry they reference.
 Type InvokeInstruction.getType(ConstantPoolGen cpg)
           
 String InvokeInstruction.getMethodName(ConstantPoolGen cpg)
           
 Type InvokeInstruction.getReturnType(ConstantPoolGen cpg)
           
 Type[] InvokeInstruction.getArgumentTypes(ConstantPoolGen cpg)
           
 Type ReturnInstruction.getType(ConstantPoolGen cp)
           
 Type ACONST_NULL.getType(ConstantPoolGen cp)
           
 int GETSTATIC.produceStack(ConstantPoolGen cpg)
           
 ObjectType CHECKCAST.getLoadClassType(ConstantPoolGen cpg)
           
 Type FCMPG.getType(ConstantPoolGen cp)
           
 Type DCMPL.getType(ConstantPoolGen cp)
           
 Type LCONST.getType(ConstantPoolGen cp)
           
 int PUTFIELD.consumeStack(ConstantPoolGen cpg)
           
 Type DCONST.getType(ConstantPoolGen cp)
           
 ObjectType NEW.getLoadClassType(ConstantPoolGen cpg)
           
 Type IINC.getType(ConstantPoolGen cp)
           
 Object LDC.getValue(ConstantPoolGen cpg)
           
 Type LDC.getType(ConstantPoolGen cpg)
           
 Type BIPUSH.getType(ConstantPoolGen cp)
           
 Type SIPUSH.getType(ConstantPoolGen cp)
           
 int INVOKEINTERFACE.consumeStack(ConstantPoolGen cpg)
           
 Type LCMP.getType(ConstantPoolGen cp)
           
 int MULTIANEWARRAY.consumeStack(ConstantPoolGen cpg)
          Also works for instructions whose stack effect depends on the constant pool entry they reference.
 ObjectType MULTIANEWARRAY.getLoadClassType(ConstantPoolGen cpg)
           
 Type LDC2_W.getType(ConstantPoolGen cpg)
           
 Number LDC2_W.getValue(ConstantPoolGen cpg)
           
 int GETFIELD.produceStack(ConstantPoolGen cpg)
           
 ObjectType INSTANCEOF.getLoadClassType(ConstantPoolGen cpg)
           
 Type FCONST.getType(ConstantPoolGen cp)
           
 Type DCMPG.getType(ConstantPoolGen cp)
           
 Type RET.getType(ConstantPoolGen cp)
           
 int PUTSTATIC.consumeStack(ConstantPoolGen cpg)
           
 Type ICONST.getType(ConstantPoolGen cp)
           
 Type FCMPL.getType(ConstantPoolGen cp)
           
 ObjectType ANEWARRAY.getLoadClassType(ConstantPoolGen cpg)
           
 LocalVariableTable MethodGen.getLocalVariableTable(ConstantPoolGen cp)
           
 LineNumberTable MethodGen.getLineNumberTable(ConstantPoolGen cp)
           
static int MethodGen.getMaxStack(ConstantPoolGen cp, InstructionList il, CodeExceptionGen[] et)
          Computes stack usage of an instruction list by performing control flow analysis.
 MethodGen MethodGen.copy(String class_name, ConstantPoolGen cp)
           
 void FieldGenOrMethodGen.setConstantPool(ConstantPoolGen cp)
           
 void InstructionList.replaceConstantPool(ConstantPoolGen old_cp, ConstantPoolGen new_cp)
          Replace all references to the old constant pool with references to the new constant pool
 LocalVariable LocalVariableGen.getLocalVariable(ConstantPoolGen cp)
          Get LocalVariable object.
 CodeException CodeExceptionGen.getCodeException(ConstantPoolGen cp)
          Get CodeException object.
This relies on that the instruction list has already been dumped to byte code or or that the `setPositions' methods has been called for the instruction list.
 void ClassGen.setConstantPool(ConstantPoolGen constant_pool)
           
 FieldGen FieldGen.copy(ConstantPoolGen cp)
           
 void InstructionFactory.setConstantPool(ConstantPoolGen c)
           
 

Constructors in org.apache.bcel.generic with parameters of type ConstantPoolGen
MethodGen(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp)
          Declare method.
MethodGen(Method m, String class_name, ConstantPoolGen cp)
          Instantiate from existing method.
ClassGen(String class_name, String super_class_name, String file_name, int access_flags, String[] interfaces, ConstantPoolGen cp)
          Convenience constructor to set up some important values initially.
FieldGen(int access_flags, Type type, String name, ConstantPoolGen cp)
          Declare a field.
FieldGen(Field field, ConstantPoolGen cp)
          Instantiate from existing field.
InstructionFactory(ClassGen cg, ConstantPoolGen cp)
           
InstructionFactory(ConstantPoolGen cp)
          Initialize just with ConstantPoolGen object
PUSH(ConstantPoolGen cp, int value)
          This constructor also applies for values of type short, char, byte
PUSH(ConstantPoolGen cp, boolean value)
           
PUSH(ConstantPoolGen cp, float value)
           
PUSH(ConstantPoolGen cp, long value)
           
PUSH(ConstantPoolGen cp, double value)
           
PUSH(ConstantPoolGen cp, String value)
           
PUSH(ConstantPoolGen cp, Number value)
           
PUSH(ConstantPoolGen cp, Character value)
          creates a push object from a Character value.
PUSH(ConstantPoolGen cp, Boolean value)
           
 

Uses of ConstantPoolGen in org.apache.bcel.verifier.structurals
 

Methods in org.apache.bcel.verifier.structurals with parameters of type ConstantPoolGen
 void InstConstraintVisitor.setConstantPoolGen(ConstantPoolGen cpg)
          Sets the ConstantPoolGen instance needed for constraint checking prior to execution.
 void ExecutionVisitor.setConstantPoolGen(ConstantPoolGen cpg)
          Sets the ConstantPoolGen needed for symbolic execution.
 



Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.