Package com.strobel.decompiler.languages.java
-
Interface Summary Interface Description IOutputFormatter OffsetToLineNumberConverter An instance capable of converting from a raw bytecode offset number to a Java source code line number. -
Class Summary Class Description JavaFormattingOptions JavaLanguage JavaOutputVisitor LineNumberTableConverter An implementation ofOffsetToLineNumberConverter
which works on top of aLineNumberTableAttribute
data structure created from a compiled Java method.MemberMapping TextOutputFormatter -
Enum Summary Enum Description BraceEnforcement BraceStyle JavaOutputVisitor.LastWritten TextOutputFormatter.LineNumberMode whether or not to emit debug line number comments into the source codeWrapping