Uses of Class
org.jboss.classfilewriter.code.LocalVariableState
Packages that use LocalVariableState
-
Uses of LocalVariableState in org.jboss.classfilewriter.code
Fields in org.jboss.classfilewriter.code declared as LocalVariableStateModifier and TypeFieldDescriptionprivate final LocalVariableStateStackFrame.localVariableStateThe local variable stateMethods in org.jboss.classfilewriter.code that return LocalVariableStateModifier and TypeMethodDescriptionLocalVariableState.constructorCall(StackEntry entry) StackFrame.getLocalVariableState()private LocalVariableStateCodeAttribute.getLocalVars()LocalVariableState.store(int index, StackEntry entry) LocalVariableState.storeWide(int index, StackEntry entry) LocalVariableState.updateMerged(int pos, StackEntry frame) Constructors in org.jboss.classfilewriter.code with parameters of type LocalVariableStateModifierConstructorDescriptionStackFrame(StackState stackState, LocalVariableState localVariableState, StackFrameType type)