Package org.jboss.classfilewriter.code
Class LocalVariableState
java.lang.Object
org.jboss.classfilewriter.code.LocalVariableState
In immutable local variable state
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionLocalVariableState
(ClassMethod method) construct the initial local variable state for a methodLocalVariableState
(ConstPool pool, String... entries) -
Method Summary
Modifier and TypeMethodDescriptionconstructorCall
(StackEntry entry) get
(int index) int
size()
store
(int index, StackEntry entry) storeWide
(int index, StackEntry entry) toString()
updateMerged
(int pos, StackEntry frame)