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
Methods 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()StackStateStackFrame. getStackState()StackStateStackState. pop(int no)pop a non-wide type from the top of the stackStackStateStackState. push(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)Constructors in org.jboss.classfilewriter.code with parameters of type StackState Constructor Description StackFrame(StackState stackState, LocalVariableState localVariableState, StackFrameType type)
-