Uses of Interface
com.strobel.decompiler.languages.java.OffsetToLineNumberConverter
Packages that use OffsetToLineNumberConverter
-
Uses of OffsetToLineNumberConverter in com.strobel.decompiler.languages.java
Classes in com.strobel.decompiler.languages.java that implement OffsetToLineNumberConverterModifier and TypeClassDescriptionclassAn implementation ofOffsetToLineNumberConverterwhich works on top of aLineNumberTableAttributedata structure created from a compiled Java method.Fields in com.strobel.decompiler.languages.java declared as OffsetToLineNumberConverterModifier and TypeFieldDescriptionstatic final OffsetToLineNumberConverterOffsetToLineNumberConverter.NOOP_CONVERTERa do-nothing offset-to-line-number converter which always returnsOffsetToLineNumberConverter.UNKNOWN_LINE_NUMBERprivate OffsetToLineNumberConverterTextOutputFormatter.offset2LineNumberconverts from bytecode offset to line numberMethods in com.strobel.decompiler.languages.java with parameters of type OffsetToLineNumberConverterModifier and TypeMethodDescriptionvoidIOutputFormatter.resetLineNumberOffsets(OffsetToLineNumberConverter offset2LineNumber) instructs 'this' formatter to forget what it used to know about the sequence of line number offsets in the source codevoidTextOutputFormatter.resetLineNumberOffsets(OffsetToLineNumberConverter offset2LineNumber)