Uses of Class
org.jboss.classfilewriter.code.StackState
-
Packages that use StackState Package Description org.jboss.classfilewriter.code -
-
Uses of StackState in org.jboss.classfilewriter.code
Fields in org.jboss.classfilewriter.code declared as StackState Modifier and Type Field Description private StackStateStackFrame. stackStateThe current state of the stackMethods in org.jboss.classfilewriter.code that return StackState Modifier and Type Method Description StackStateStackState. aconstNull()StackStateStackState. constructorCall(int initializedValueStackPosition, StackEntry entry)StackStateStackState. dup()StackStateStackState. dup2()StackStateStackState. dup2X1()StackStateStackState. dup2X2()StackStateStackState. dupX1()StackStateStackState. dupX2()private StackStateCodeAttribute. getStack()StackStateStackFrame. getStackState()private StackStateStackState. newStack(StackEntry... pushValues)StackStateStackState. pop(int no)pop a non-wide type from the top of the stackStackStateStackState. push(java.lang.String type)push a type on to the top of the stackStackStateStackState. push(StackEntry entry)push a type on to the top of the stackStackStateStackState. swap()StackStateStackState. updateMerged(int pos, StackEntry frame)Methods in org.jboss.classfilewriter.code with parameters of type StackState Modifier and Type Method Description private 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 StackState Constructor Description StackFrame(StackState stackState, LocalVariableState localVariableState, StackFrameType type)
-