Uses of Class
org.jboss.classfilewriter.code.StackFrame
Packages that use StackFrame
-
Uses of StackFrame in org.jboss.classfilewriter.code
Methods in org.jboss.classfilewriter.code that return StackFrameModifier and TypeMethodDescriptionStackFrame.aconstNull()
pushes a null type onto the stackStackFrame.constructorCall
(int initializedValueStackPosition) marks the value in potition initializedValueStackPosition as initialized.StackFrame.createFull()
StackFrame.dup()
StackFrame.dup2()
StackFrame.dup2X1()
StackFrame.dup2X2()
StackFrame.dupX1()
StackFrame.dupX2()
StackFrame.mergeLocals
(int pos, StackEntry frame) StackFrame.mergeStack
(int pos, StackEntry frame) StackFrame.pop()
pops an operand from the stackStackFrame.pop
(int no) StackFrame.pop2()
pops 2 operands from the stackremote the top two operands and replace them with an different operandStackFrame.pop3()
pops 3 operands from the stackStackFrame.pop4()
pops 4 operands from the stackremote the top two operands and replace them with an different operandpush an operand of the given type onto the stackStackFrame.push
(StackEntry entry) push an operand of the given type onto the stack.replace the operand at the top of the stack with the given operandStackFrame.store
(int no) Store the variable on top of the stack into a local variable, poping the variable from the stack.StackFrame.swap()
Methods in org.jboss.classfilewriter.code that return types with arguments of type StackFrameConstructors in org.jboss.classfilewriter.code with parameters of type StackFrameModifierConstructorDescriptionBranchEnd
(int branchLocation, StackFrame stackFrame, boolean jump32Bit, int offsetLocation)