Uses of Class
org.jboss.classfilewriter.code.StackState
Packages that use StackState
-
Uses of StackState in org.jboss.classfilewriter.code
Fields in org.jboss.classfilewriter.code declared as StackStateModifier and TypeFieldDescriptionprivate final StackStateStackFrame.stackStateThe current state of the stackMethods 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()private StackStateCodeAttribute.getStack()StackFrame.getStackState()private StackStateStackState.newStack(StackEntry... pushValues) 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) Methods in org.jboss.classfilewriter.code with parameters of type StackStateModifier and TypeMethodDescriptionprivate StackFrameTypeStackFrame.typeNoLocalChange(StackState ns) determins the type of stack frame this is when no local variables have changedConstructors in org.jboss.classfilewriter.code with parameters of type StackStateModifierConstructorDescriptionStackFrame(StackState stackState, LocalVariableState localVariableState, StackFrameType type)