public class LocalVariable
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Get the index in the local variable table (memory location/slot).
|
int |
getLengthPosition()
Get the code position length within the local variable has a value.
|
java.lang.String |
getName()
Get the name of the variable
|
java.lang.String |
getSignature()
Get the type/signature of the variable
|
int |
getStartPosition()
Get the code position within the local variable has a value.
|
public int getIndex()
public java.lang.String getName()
public java.lang.String getSignature()
public int getStartPosition()
public int getLengthPosition()