public class DebugPrintOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static DebugPrintOptions |
DEFAULT |
static boolean |
HIDE_LOADS_DEFAULT |
boolean |
hideLoads |
static boolean |
PRINT_BYTECODE_RANGES_DEFAULT |
static boolean |
PRINT_LINE_NUMBERS_DEFAULT |
static boolean |
PRINT_TAGS_DEFAULT |
boolean |
printLineNumbers |
boolean |
printRanges |
boolean |
printTags |
static boolean |
QUALIFIED_MEMBER_REFERENCES_DEFAULT |
boolean |
qualifiedMemberReferences |
static boolean |
SHOW_IMPLICITS_DEFAULT |
boolean |
showImplicits |
static boolean |
TREE_VIEW_DEFAULT |
boolean |
treeView |
| Constructor and Description |
|---|
DebugPrintOptions(boolean printLineNumbers,
boolean printRanges,
boolean printTags,
boolean showImplicits,
boolean qualifiedMemberReferences,
boolean hideLoads,
boolean treeView) |
public static final boolean PRINT_LINE_NUMBERS_DEFAULT
public static final boolean PRINT_BYTECODE_RANGES_DEFAULT
public static final boolean PRINT_TAGS_DEFAULT
public static final boolean SHOW_IMPLICITS_DEFAULT
public static final boolean QUALIFIED_MEMBER_REFERENCES_DEFAULT
public static final boolean HIDE_LOADS_DEFAULT
public static final boolean TREE_VIEW_DEFAULT
public static final DebugPrintOptions DEFAULT
public final boolean printLineNumbers
public final boolean printRanges
public final boolean printTags
public final boolean showImplicits
public final boolean qualifiedMemberReferences
public final boolean hideLoads
public final boolean treeView