Frames | No Frames |
Classes implementing org.apache.bcel.generic.PushInstruction | |
class | ACONST_NULL - Push null reference
Stack: ... |
class | ALOAD - Load reference from local variable
Stack: ... |
class | BIPUSH - Push byte on stack
Stack: ... |
class | DCONST - Push 0.0 or 1.0, other values cause an exception
Stack: ... |
class | DLOAD - Load double from local variable
Stack ... |
class | DUP - Duplicate top operand stack word
Stack: ..., word -> ..., word, word |
class | DUP2 - Duplicate two top operand stack words
Stack: ..., word2, word1 -> ..., word2, word1, word2, word1 |
class | FCONST - Push 0.0, 1.0 or 2.0, other values cause an exception
Stack: ... |
class | FLOAD - Load float from local variable
Stack ... |
class | GETSTATIC - Fetch static field from class
Stack: ..., -> ..., valueOR Stack: ..., -> ..., value.word1, value.word2 |
class | ICONST - Push value between -1, ..., 5, other values cause an exception
Stack: ... |
class | ILOAD - Load int from local variable onto stack
Stack: ... |
class | LCONST - Push 0 or 1, other values cause an exception
Stack: ... |
class | LDC - Push item from constant pool. |
class | LDC2_W - Push long or double from constant pool
Stack: ... |
class | LDC_W - Push item from constant pool (wide index)
Stack: ... |
class | LLOAD - Load long from local variable
Stack ... |
class | Denotes an unparameterized instruction to load a value from a local
variable, e.g. |
class | SIPUSH - Push short
Stack: ... |
Methods with parameter type org.apache.bcel.generic.PushInstruction | |
void | |
void |