Package | Description |
---|---|
org.apache.jdo.impl.enhancer.classfile |
Modifier and Type | Method and Description |
---|---|
ConstantPool |
ClassFile.pool()
Return the constant pool for the class file
|
Modifier and Type | Method and Description |
---|---|
static Insn |
InsnUtils.aLoad(int i,
ConstantPool pool)
Return the best instruction for loading a reference from a local
variable slot
|
static Insn |
InsnUtils.aStore(int i,
ConstantPool pool)
Return the best instruction for storing a reference to a local
variable slot
|
static Insn |
InsnUtils.dLoad(int i,
ConstantPool pool)
Return the best instruction for loading a double from a local
variable slot
|
static Insn |
InsnUtils.doubleConstant(double d,
ConstantPool pool)
Return the best instruction for loading the specified double constant onto
the stack.
|
static Insn |
InsnUtils.dStore(int i,
ConstantPool pool)
Return the best instruction for storing a double to a local
variable slot
|
static Insn |
InsnUtils.fLoad(int i,
ConstantPool pool)
Return the best instruction for loading a float from a local
variable slot
|
static Insn |
InsnUtils.floatConstant(float f,
ConstantPool pool)
Return the best instruction for loading the specified float constant onto
the stack.
|
static Insn |
InsnUtils.fStore(int i,
ConstantPool pool)
Return the best instruction for storing a float to a local
variable slot
|
static Insn |
InsnUtils.iLoad(int i,
ConstantPool pool)
Return the best instruction for loading an int from a local
variable slot
|
static Insn |
InsnUtils.integerConstant(int i,
ConstantPool pool)
Return the best instruction for loading the specified integer
constant onto the stack - hopefully use short form
|
static Insn |
InsnUtils.iStore(int i,
ConstantPool pool)
Return the best instruction for storing an int to a local
variable slot
|
static Insn |
InsnUtils.lLoad(int i,
ConstantPool pool)
Return the best instruction for loading a long from a local
variable slot
|
static Insn |
InsnUtils.load(int tp,
int i,
ConstantPool pool)
Return the best instruction for loading a value from a local
variable slot
|
static Insn |
InsnUtils.longConstant(long l,
ConstantPool pool)
Return the best instruction for loading the specified long constant onto
the stack.
|
static Insn |
InsnUtils.lStore(int i,
ConstantPool pool)
Return the best instruction for storing a long to a local
variable slot
|
static Insn |
InsnUtils.store(int tp,
int i,
ConstantPool pool)
Return the best instruction for storing a value to a local
variable slot
|
static Insn |
InsnUtils.stringConstant(java.lang.String s,
ConstantPool pool)
Return the best instruction for loading the specified String
constant onto the stack - hopefully use short form
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.