Class LineNumberTableAttribute
java.lang.Object
com.strobel.assembler.ir.attributes.SourceAttribute
com.strobel.assembler.ir.attributes.LineNumberTableAttribute
- Author:
- Mike Strobel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the maximum bytecode offset in 'this' table.Methods inherited from class com.strobel.assembler.ir.attributes.SourceAttribute
create, find, find, getLength, getName, readAttribute, readAttributes
-
Constructor Details
-
LineNumberTableAttribute
-
-
Method Details
-
getEntries
-
getMaxOffset
public int getMaxOffset()Returns the maximum bytecode offset in 'this' table.
-