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 StackState
StackFrame. stackState
The current state of the stackMethods in org.jboss.classfilewriter.code that return StackState Modifier and Type Method Description StackState
StackState. aconstNull()
StackState
StackState. constructorCall(int initializedValueStackPosition, StackEntry entry)
StackState
StackState. dup()
StackState
StackState. dup2()
StackState
StackState. dup2X1()
StackState
StackState. dup2X2()
StackState
StackState. dupX1()
StackState
StackState. dupX2()
private StackState
CodeAttribute. getStack()
StackState
StackFrame. getStackState()
private StackState
StackState. newStack(StackEntry... pushValues)
StackState
StackState. pop(int no)
pop a non-wide type from the top of the stackStackState
StackState. push(java.lang.String type)
push a type on to the top of the stackStackState
StackState. push(StackEntry entry)
push a type on to the top of the stackStackState
StackState. swap()
Methods in org.jboss.classfilewriter.code with parameters of type StackState Modifier and Type Method Description private StackFrameType
StackFrame. 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)
-