StackFrame |
StackFrame.aconstNull() |
pushes a null type onto the stack
|
StackFrame |
StackFrame.constructorCall(int initializedValueStackPosition) |
marks the value in potition initializedValueStackPosition as initialized.
|
StackFrame |
StackFrame.createFull() |
|
StackFrame |
StackFrame.dup() |
|
StackFrame |
StackFrame.dup2() |
|
StackFrame |
StackFrame.dup2X1() |
|
StackFrame |
StackFrame.dup2X2() |
|
StackFrame |
StackFrame.dupX1() |
|
StackFrame |
StackFrame.dupX2() |
|
StackFrame |
StackFrame.mergeLocals(int pos,
StackEntry frame) |
|
StackFrame |
StackFrame.mergeStack(int pos,
StackEntry frame) |
|
StackFrame |
StackFrame.pop() |
pops an operand from the stack
|
StackFrame |
StackFrame.pop(int no) |
|
StackFrame |
StackFrame.pop2() |
pops 2 operands from the stack
|
StackFrame |
StackFrame.pop2push1(java.lang.String type) |
remote the top two operands and replace them with an different operand
|
StackFrame |
StackFrame.pop3() |
pops 3 operands from the stack
|
StackFrame |
StackFrame.pop4() |
pops 4 operands from the stack
|
StackFrame |
StackFrame.pop4push1(java.lang.String type) |
remote the top two operands and replace them with an different operand
|
StackFrame |
StackFrame.push(java.lang.String type) |
push an operand of the given type onto the stack
|
StackFrame |
StackFrame.push(StackEntry entry) |
push an operand of the given type onto the stack.
|
StackFrame |
StackFrame.replace(java.lang.String type) |
replace the operand at the top of the stack with the given operand
|
StackFrame |
StackFrame.store(int no) |
Store the variable on top of the stack into a local variable, poping the variable from the stack.
|
StackFrame |
StackFrame.swap() |
|