public class LocalVariable
extends Object
-
Field Summary
Fields
protected int
protected int
protected int
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
startPc
protected int startPc
-
length
protected int length
-
-
-
index
protected int index
-
Constructor Details
-
LocalVariable
public LocalVariable(int startPc,
int length,
String name,
String descriptor,
int index)
-
Method Details
-
getStartPc
public int getStartPc()
-
getLength
public int getLength()
-
-
-
getIndex
public int getIndex()
-