Uses of Enum Class
com.strobel.decompiler.LineNumberFormatter.LineNumberOption
Packages that use LineNumberFormatter.LineNumberOption
-
Uses of LineNumberFormatter.LineNumberOption in com.strobel.decompiler
Subclasses with type arguments of type LineNumberFormatter.LineNumberOption in com.strobel.decompilerMethods in com.strobel.decompiler that return LineNumberFormatter.LineNumberOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LineNumberFormatter.LineNumberOption[]LineNumberFormatter.LineNumberOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in com.strobel.decompiler with type arguments of type LineNumberFormatter.LineNumberOptionModifierConstructorDescriptionLineNumberFormatter(File file, List<LineNumberPosition> lineNumberPositions, EnumSet<LineNumberFormatter.LineNumberOption> options) Constructs an instance.