Uses of Enum Class
com.strobel.decompiler.languages.java.TextOutputFormatter.LineNumberMode
Packages that use TextOutputFormatter.LineNumberMode
-
Uses of TextOutputFormatter.LineNumberMode in com.strobel.decompiler.languages.java
Subclasses with type arguments of type TextOutputFormatter.LineNumberMode in com.strobel.decompiler.languages.javaModifier and TypeClassDescriptionstatic enumwhether or not to emit debug line number comments into the source codeFields in com.strobel.decompiler.languages.java declared as TextOutputFormatter.LineNumberModeMethods in com.strobel.decompiler.languages.java that return TextOutputFormatter.LineNumberModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TextOutputFormatter.LineNumberMode[]TextOutputFormatter.LineNumberMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.strobel.decompiler.languages.java with parameters of type TextOutputFormatter.LineNumberModeModifierConstructorDescriptionTextOutputFormatter(ITextOutput output, TextOutputFormatter.LineNumberMode lineNumberMode)