public final class LocalVariableTableEntry
extends java.lang.Object
| Constructor and Description |
|---|
LocalVariableTableEntry(int index,
java.lang.String name,
TypeReference type,
int scopeOffset,
int scopeLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
java.lang.String |
getName() |
int |
getScopeLength() |
int |
getScopeOffset() |
TypeReference |
getType() |
java.lang.String |
toString() |
public LocalVariableTableEntry(int index,
java.lang.String name,
TypeReference type,
int scopeOffset,
int scopeLength)
public int getIndex()
public java.lang.String getName()
public TypeReference getType()
public int getScopeOffset()
public int getScopeLength()
public java.lang.String toString()
toString in class java.lang.Object