Class AttributeLineNumberTable
- java.lang.Object
-
- org.jd.core.v1.model.classfile.attribute.AttributeLineNumberTable
-
-
Field Summary
Fields Modifier and Type Field Description protected LineNumber[]
lineNumberTable
-
Constructor Summary
Constructors Constructor Description AttributeLineNumberTable(LineNumber[] lineNumberTable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineNumber[]
getLineNumberTable()
-
-
-
Field Detail
-
lineNumberTable
protected LineNumber[] lineNumberTable
-
-
Constructor Detail
-
AttributeLineNumberTable
public AttributeLineNumberTable(LineNumber[] lineNumberTable)
-
-
Method Detail
-
getLineNumberTable
public LineNumber[] getLineNumberTable()
-
-