Uses of Class
org.jboss.classfilewriter.code.StackEntry
-
Packages that use StackEntry Package Description org.jboss.classfilewriter.code -
-
Uses of StackEntry in org.jboss.classfilewriter.code
Methods in org.jboss.classfilewriter.code that return StackEntry Modifier and Type Method Description StackEntryLocalVariableState. get(int index)static StackEntryStackEntry. of(String descriptor, ConstPool pool)StackEntryStackState. top()StackEntryStackState. top_1()StackEntryStackState. top_2()StackEntryStackState. top_3()Methods in org.jboss.classfilewriter.code that return types with arguments of type StackEntry Modifier and Type Method Description List<StackEntry>LocalVariableState. getContents()List<StackEntry>StackState. getContents()Methods in org.jboss.classfilewriter.code with parameters of type StackEntry Modifier and Type Method Description LocalVariableStateLocalVariableState. constructorCall(StackEntry entry)StackStateStackState. constructorCall(int initializedValueStackPosition, StackEntry entry)StackFrameStackFrame. mergeLocals(int pos, StackEntry frame)StackFrameStackFrame. mergeStack(int pos, StackEntry frame)StackFrameStackFrame. push(StackEntry entry)push an operand of the given type onto the stack.StackStateStackState. push(StackEntry entry)push a type on to the top of the stackLocalVariableStateLocalVariableState. store(int index, StackEntry entry)LocalVariableStateLocalVariableState. storeWide(int index, StackEntry entry)LocalVariableStateLocalVariableState. updateMerged(int pos, StackEntry frame)StackStateStackState. updateMerged(int pos, StackEntry frame)
-