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) intsize()store(int index, StackEntry entry) storeWide(int index, StackEntry entry) toString()updateMerged(int pos, StackEntry frame)