Uses of Class
com.sun.jdo.api.persistence.enhancer.classfile.ConstantPool
Packages that use ConstantPool
-
Uses of ConstantPool in com.sun.jdo.api.persistence.enhancer.classfile
Methods in com.sun.jdo.api.persistence.enhancer.classfile that return ConstantPoolMethods in com.sun.jdo.api.persistence.enhancer.classfile with parameters of type ConstantPoolModifier and TypeMethodDescriptionstatic InsnInsnUtils.aLoad(int i, ConstantPool pool) Return the best instruction for loading a reference from a local variable slotstatic InsnInsnUtils.aStore(int i, ConstantPool pool) Return the best instruction for storing a reference to a local variable slotstatic InsnInsnUtils.dLoad(int i, ConstantPool pool) Return the best instruction for loading a double from a local variable slotstatic InsnInsnUtils.doubleConstant(double d, ConstantPool pool) Return the best instruction for loading the specified double constant onto the stack.static InsnInsnUtils.dStore(int i, ConstantPool pool) Return the best instruction for storing a double to a local variable slotstatic InsnInsnUtils.fLoad(int i, ConstantPool pool) Return the best instruction for loading a float from a local variable slotstatic InsnInsnUtils.floatConstant(float f, ConstantPool pool) Return the best instruction for loading the specified float constant onto the stack.static InsnInsnUtils.fStore(int i, ConstantPool pool) Return the best instruction for storing a float to a local variable slotstatic InsnInsnUtils.iLoad(int i, ConstantPool pool) Return the best instruction for loading an int from a local variable slotstatic InsnInsnUtils.integerConstant(int i, ConstantPool pool) Return the best instruction for loading the specified integer constant onto the stack - hopefully use short formstatic InsnInsnUtils.iStore(int i, ConstantPool pool) Return the best instruction for storing an int to a local variable slotstatic InsnInsnUtils.lLoad(int i, ConstantPool pool) Return the best instruction for loading a long from a local variable slotstatic InsnInsnUtils.load(int tp, int i, ConstantPool pool) Return the best instruction for loading a value from a local variable slotstatic InsnInsnUtils.longConstant(long l, ConstantPool pool) Return the best instruction for loading the specified long constant onto the stack.static InsnInsnUtils.lStore(int i, ConstantPool pool) Return the best instruction for storing a long to a local variable slotstatic InsnInsnUtils.store(int tp, int i, ConstantPool pool) Return the best instruction for storing a value to a local variable slot