Uses of Class
serp.bytecode.LineNumberTable
Packages that use LineNumberTable
-
Uses of LineNumberTable in serp.bytecode
Fields in serp.bytecode declared as LineNumberTableMethods in serp.bytecode that return LineNumberTableModifier and TypeMethodDescriptionCode.getLineNumberTable
(boolean add) Return line number information for the code.LineNumber.getTable()
Line numbers are stored in aLineNumberTable
.Constructors in serp.bytecode with parameters of type LineNumberTableModifierConstructorDescription(package private)
LineNumber
(LineNumberTable owner) (package private)
LineNumber
(LineNumberTable owner, int startPc) -
Uses of LineNumberTable in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type LineNumberTableModifier and TypeMethodDescriptionvoid
BCVisitor.enterLineNumberTable
(LineNumberTable obj) void
BCVisitor.exitLineNumberTable
(LineNumberTable obj)