Class LineTableEntry
java.lang.Object
org.adoptopenjdk.jitwatch.model.bytecode.LineTableEntry
-
Field Details
-
sourceOffset
private int sourceOffset -
bytecodeOffset
private int bytecodeOffset
-
-
Constructor Details
-
LineTableEntry
public LineTableEntry(int sourceOffset, int bytecodeOffset)
-
-
Method Details