Uses of Class
org.jboss.classfilewriter.code.StackEntry
Packages that use StackEntry
-
Uses of StackEntry in org.jboss.classfilewriter.code
Fields in org.jboss.classfilewriter.code with type parameters of type StackEntryModifier and TypeFieldDescriptionprivate final List<StackEntry> LocalVariableState.contentsThe contents, null is used to represent the additional spot taken up by a wide variable.private final List<StackEntry> StackState.contentsThe contents of the stackMethods in org.jboss.classfilewriter.code that return StackEntryModifier and TypeMethodDescriptionLocalVariableState.get(int index) static StackEntryStackState.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) private StackStateStackState.newStack(StackEntry... pushValues) 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) Constructor parameters in org.jboss.classfilewriter.code with type arguments of type StackEntryModifierConstructorDescriptionprivateLocalVariableState(List<StackEntry> contents, ConstPool constPool) privateStackState(List<StackEntry> contents, ConstPool constPool)