Package org.glassfish.rmic.tools.asm
Class LocalVariable
java.lang.Object
org.glassfish.rmic.tools.asm.LocalVariable
This class is used to assemble the local variables in the local
variable table.
WARNING: The contents of this source file are not part of any
supported API. Code that depends on them does so at its own risk:
they are subject to change or removal without notice.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) MemberDefinition(package private) int(package private) int(package private) int -
Constructor Summary
ConstructorsConstructorDescriptionLocalVariable(MemberDefinition field, int slot) LocalVariable(MemberDefinition field, int slot, int from, int to) -
Method Summary
-
Field Details
-
field
MemberDefinition field -
slot
int slot -
from
int from -
to
int to
-
-
Constructor Details
-
LocalVariable
-
LocalVariable
LocalVariable(MemberDefinition field, int slot, int from, int to)
-
-
Method Details