Fields Summary |
---|
public int | startPCindex into code array that begins the range where
a local variable has a value |
public int | lengthindex into code array, startPC + length specifies
the position where the local variable ceases to
have a value |
public int | nameIndexindex into constant pool table containing the name
of the local variable as a simple name |
public int | descriptorIndexindex into constant pool table containing the
encoded data type of the local variable |
public int | indexlocal variable must be at index in the local
variable array of the current frame |