Package org.glassfish.rmic.tools.asm
Class LocalVariable
- java.lang.Object
-
- org.glassfish.rmic.tools.asm.LocalVariable
-
public final class LocalVariable extends java.lang.Object
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
Fields Modifier and Type Field Description (package private) MemberDefinition
field
(package private) int
from
(package private) int
slot
(package private) int
to
-
Constructor Summary
Constructors Constructor Description LocalVariable(MemberDefinition field, int slot)
LocalVariable(MemberDefinition field, int slot, int from, int to)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
field
MemberDefinition field
-
slot
int slot
-
from
int from
-
to
int to
-
-
Constructor Detail
-
LocalVariable
public LocalVariable(MemberDefinition field, int slot)
-
LocalVariable
LocalVariable(MemberDefinition field, int slot, int from, int to)
-
-