Uses of Class
org.jboss.classfilewriter.code.StackEntry
Packages that use StackEntry
-
Uses of StackEntry in org.jboss.classfilewriter.code
Methods in org.jboss.classfilewriter.code that return StackEntryModifier and TypeMethodDescriptionLocalVariableState.get
(int index) static StackEntry
StackState.top()
StackState.top_1()
StackState.top_2()
StackState.top_3()
Methods in org.jboss.classfilewriter.code that return types with arguments of type StackEntryMethods in org.jboss.classfilewriter.code with parameters of type StackEntryModifier and TypeMethodDescriptionLocalVariableState.constructorCall
(StackEntry entry) StackState.constructorCall
(int initializedValueStackPosition, StackEntry entry) StackFrame.mergeLocals
(int pos, StackEntry frame) StackFrame.mergeStack
(int pos, StackEntry frame) StackFrame.push
(StackEntry entry) push an operand of the given type onto the stack.StackState.push
(StackEntry entry) push a type on to the top of the stackLocalVariableState.store
(int index, StackEntry entry) LocalVariableState.storeWide
(int index, StackEntry entry) LocalVariableState.updateMerged
(int pos, StackEntry frame) StackState.updateMerged
(int pos, StackEntry frame)