Uses of Class
org.jboss.classfilewriter.code.StackState
Packages that use StackState
-
Uses of StackState in org.jboss.classfilewriter.code
Methods in org.jboss.classfilewriter.code that return StackStateModifier and TypeMethodDescriptionStackState.aconstNull()StackState.constructorCall(int initializedValueStackPosition, StackEntry entry) StackState.dup()StackState.dup2()StackState.dup2X1()StackState.dup2X2()StackState.dupX1()StackState.dupX2()StackFrame.getStackState()StackState.pop(int no) pop a non-wide type from the top of the stackpush a type on to the top of the stackStackState.push(StackEntry entry) push a type on to the top of the stackStackState.swap()StackState.updateMerged(int pos, StackEntry frame) Constructors in org.jboss.classfilewriter.code with parameters of type StackStateModifierConstructorDescriptionStackFrame(StackState stackState, LocalVariableState localVariableState, StackFrameType type)