| |
|
| de.loskutov.bco.preferences.BCOConstants
BCOConstants | public interface BCOConstants (Code) | | Keys for preferences store used in BCO
author: Andrei |
Inner Class :final class ConstantsMap extends HashMap | |
DIFF_EXPAND_STACKMAP | String DIFF_EXPAND_STACKMAP(Code) | | expand stackmap frames in compare pane
|
DIFF_SHOW_ASMIFIER_CODE | String DIFF_SHOW_ASMIFIER_CODE(Code) | | show ASMifier java code instead of bytecode in compare pane
|
DIFF_SHOW_LINE_INFO | String DIFF_SHOW_LINE_INFO(Code) | | show line information (if available) in compare pane
|
DIFF_SHOW_STACKMAP | String DIFF_SHOW_STACKMAP(Code) | | recalculate stackmap (to see computed frames, works for all classes even before MUSTANG) in compare
|
DIFF_SHOW_VARIABLES | String DIFF_SHOW_VARIABLES(Code) | | show variables information (if available) in compare pane
|
EXPAND_STACKMAP | String EXPAND_STACKMAP(Code) | | expand stackmap frames
|
FLAG_TO_NAME_MAP | Map FLAG_TO_NAME_MAP(Code) | | Key is Integer value from one of F_* constants, value is the String value of one of corresponding
preference keys. It is not intended that the map would be modified by clients.
|
F_EXPAND_STACKMAP | int F_EXPAND_STACKMAP(Code) | | |
F_LINK_VIEW_TO_EDITOR | int F_LINK_VIEW_TO_EDITOR(Code) | | |
F_RECALCULATE_STACKMAP | int F_RECALCULATE_STACKMAP(Code) | | |
F_SHOW_ANALYZER | int F_SHOW_ANALYZER(Code) | | |
F_SHOW_ASMIFIER_CODE | int F_SHOW_ASMIFIER_CODE(Code) | | |
F_SHOW_HEX_VALUES | int F_SHOW_HEX_VALUES(Code) | | |
F_SHOW_LINE_INFO | int F_SHOW_LINE_INFO(Code) | | |
F_SHOW_ONLY_SELECTED_ELEMENT | int F_SHOW_ONLY_SELECTED_ELEMENT(Code) | | |
F_SHOW_RAW_BYTECODE | int F_SHOW_RAW_BYTECODE(Code) | | |
F_SHOW_STACKMAP | int F_SHOW_STACKMAP(Code) | | |
F_SHOW_VARIABLES | int F_SHOW_VARIABLES(Code) | | |
LINK_REF_VIEW_TO_EDITOR | String LINK_REF_VIEW_TO_EDITOR(Code) | | toggle reference "view content/selection follows editor selection"
|
LINK_VIEW_TO_EDITOR | String LINK_VIEW_TO_EDITOR(Code) | | toggle BCO "view content/selection follows editor selection"
|
RECALCULATE_STACKMAP | String RECALCULATE_STACKMAP(Code) | | recalculate stackmap (to see computed frames, works for all classes even before MUSTANG)
|
SHOW_ANALYZER | String SHOW_ANALYZER(Code) | | show "analyzer" - LVT and stack tables (for current bytecode selection)
|
SHOW_ASMIFIER_CODE | String SHOW_ASMIFIER_CODE(Code) | | show ASMifier java code instead of bytecode
|
SHOW_HEX_VALUES | String SHOW_HEX_VALUES(Code) | | Show non decimal values for numeric constants in the bytecode
|
SHOW_LINE_INFO | String SHOW_LINE_INFO(Code) | | show line information (if available)
|
SHOW_ONLY_SELECTED_ELEMENT | String SHOW_ONLY_SELECTED_ELEMENT(Code) | | show bytecode only for selected element in editor
|
SHOW_RAW_BYTECODE | String SHOW_RAW_BYTECODE(Code) | | show raw bytecode (without any additional help like readable class names etc)
|
SHOW_STACKMAP | String SHOW_STACKMAP(Code) | | recalculate stackmap (to see computed frames, works for all classes even before MUSTANG)
|
SHOW_VARIABLES | String SHOW_VARIABLES(Code) | | show variables information (if available)
|
|
|
|