Class LocalVariable
java.lang.Object
org.jd.core.v1.model.classfile.attribute.LocalVariable
-
Field Details
-
startPc
protected int startPc -
length
protected int length -
name
-
descriptor
-
index
protected int index
-
-
Constructor Details
-
LocalVariable
-
-
Method Details
-
getStartPc
public int getStartPc() -
getLength
public int getLength() -
getName
-
getDescriptor
-
getIndex
public int getIndex() -
toString
-