LocalVariableTypeTableAttribute
.
Modifier and Type | Method and Description |
---|---|
public int | Returns: the length of the region of the code array in which this variable is in scope.Returns the length of the region of the code array in which this variable is in scope. |
public Utf8Entry | |
public Utf8Entry | Returns: the field signature of the local variableReturns the field signature of the local variable. |
public int | Returns: the index into the local variable array of the current frame which holds this local variableReturns the index into the local variable array of the current frame which holds this local variable. |
public int | Returns: the index into the code array (inclusive) at which the scope of this variable beginsReturns the index into the code array (inclusive) at which the scope of this variable begins. |
length | back to summary |
---|---|
public int length() Returns the length of the region of the code array in which this variable is in scope.
|
name | back to summary |
---|---|
public Utf8Entry name() Returns the name of the local variable.
|
signature | back to summary |
---|---|
public Utf8Entry signature() Returns the field signature of the local variable.
|
slot | back to summary |
---|---|
public int slot() Returns the index into the local variable array of the current frame which holds this local variable.
|
startPc | back to summary |
---|---|
public int startPc() Returns the index into the code array (inclusive) at which the scope of this variable begins.
|