Class LineNumber
- java.lang.Object
-
- org.jd.core.v1.model.classfile.attribute.LineNumber
-
public class LineNumber extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
lineNumber
protected int
startPc
-
Constructor Summary
Constructors Constructor Description LineNumber(int startPc, int lineNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLineNumber()
int
getStartPc()
java.lang.String
toString()
-