Class DebugPrintOptions
java.lang.Object
net.covers1624.coffeegrinder.bytecode.DebugPrintOptions
Created by covers1624 on 5/7/21.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DebugPrintOptionsstatic final booleanfinal booleanstatic final booleanstatic final booleanstatic final booleanfinal booleanfinal booleanfinal booleanstatic final booleanfinal booleanstatic final booleanfinal booleanstatic final booleanfinal boolean -
Constructor Summary
ConstructorsConstructorDescriptionDebugPrintOptions(boolean printLineNumbers, boolean printRanges, boolean printTags, boolean showImplicits, boolean qualifiedMemberReferences, boolean hideLoads, boolean treeView) -
Method Summary
-
Field Details
-
PRINT_LINE_NUMBERS_DEFAULT
public static final boolean PRINT_LINE_NUMBERS_DEFAULT- See Also:
-
PRINT_BYTECODE_RANGES_DEFAULT
public static final boolean PRINT_BYTECODE_RANGES_DEFAULT- See Also:
-
PRINT_TAGS_DEFAULT
public static final boolean PRINT_TAGS_DEFAULT- See Also:
-
SHOW_IMPLICITS_DEFAULT
public static final boolean SHOW_IMPLICITS_DEFAULT- See Also:
-
QUALIFIED_MEMBER_REFERENCES_DEFAULT
public static final boolean QUALIFIED_MEMBER_REFERENCES_DEFAULT- See Also:
-
HIDE_LOADS_DEFAULT
public static final boolean HIDE_LOADS_DEFAULT- See Also:
-
TREE_VIEW_DEFAULT
public static final boolean TREE_VIEW_DEFAULT- See Also:
-
DEFAULT
-
printLineNumbers
public final boolean printLineNumbers -
printRanges
public final boolean printRanges -
printTags
public final boolean printTags -
showImplicits
public final boolean showImplicits -
qualifiedMemberReferences
public final boolean qualifiedMemberReferences -
hideLoads
public final boolean hideLoads -
treeView
public final boolean treeView
-
-
Constructor Details
-
DebugPrintOptions
public DebugPrintOptions(boolean printLineNumbers, boolean printRanges, boolean printTags, boolean showImplicits, boolean qualifiedMemberReferences, boolean hideLoads, boolean treeView)
-