Class LineNumberTableAttribute
java.lang.Object
com.strobel.assembler.ir.attributes.SourceAttribute
com.strobel.assembler.ir.attributes.LineNumberTableAttribute
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List
<LineNumberTableEntry> private final int
records the highest offset number in 'this' line number table -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the maximum bytecode offset in 'this' table.Methods inherited from class com.strobel.assembler.ir.attributes.SourceAttribute
create, find, find, getLength, getName, readAttribute, readAttributes
-
Field Details
-
_entries
-
_maxOffset
private final int _maxOffsetrecords the highest offset number in 'this' line number table
-
-
Constructor Details
-
LineNumberTableAttribute
-
-
Method Details
-
getEntries
-
getMaxOffset
public int getMaxOffset()Returns the maximum bytecode offset in 'this' table.
-