-
Fields
-
MethodsMethodDescriptionUse
getBooleanSetting(int id)
with the appropriate boolean setting ID (e.g.Settings.ASSEMBLE_ON_OPEN_ENABLED
)UsegetBooleanSetting(int id)
with the appropriate boolean setting ID (e.g.Settings.BARE_MACHINE_ENABLED
)UsegetBooleanSetting(int id)
with the appropriate boolean setting ID (e.g.Settings.DATA_SEGMENT_HIGHLIGHTING
)UsegetBooleanSetting(int id)
with the appropriate boolean setting ID (e.g.Settings.DELAYED_BRANCHING_ENABLED
)UsegetBooleanSetting(int id)
with the appropriate boolean setting ID (e.g.Settings.DISPLAY_ADDRESSES_IN_HEX
)UsegetBooleanSetting(int id)
with the appropriate boolean setting ID (e.g.Settings.DISPLAY_VALUES_IN_HEX
)UsegetBooleanSetting(int id)
with the appropriate boolean setting ID (e.g.Settings.EDITOR_LINE_NUMBERS_DISPLAYED
)UsegetBooleanSetting(int id)
with the appropriate boolean setting ID (e.g.Settings.EXCEPTION_HANDLER_ENABLED
)UsegetBooleanSetting(int id)
with the appropriate boolean setting ID (e.g.Settings.EXTENDED_ASSEMBLER_ENABLED
)UsegetBooleanSetting(int id)
with the appropriate boolean setting ID (e.g.Settings.LABEL_WINDOW_VISIBILITY
)UsegetBooleanSetting(int id)
with the appropriate boolean setting ID (e.g.Settings.PROGRAM_ARGUMENTS
)UsegetBooleanSetting(int id)
with the appropriate boolean setting ID (e.g.Settings.REGISTERS_HIGHLIGHTING
)UsegetBooleanSetting(int id)
with the appropriate boolean setting ID (e.g.Settings.START_AT_MAIN
)UsegetBooleanSetting(int id)
with the appropriate boolean setting ID (e.g.Settings.WARNINGS_ARE_ERRORS
)UsesetBooleanSetting(int id, boolean value)
with the appropriate boolean setting ID (e.g.Settings.ASSEMBLE_ALL_ENABLED
)UsesetBooleanSetting(int id, boolean value)
with the appropriate boolean setting ID (e.g.Settings.ASSEMBLE_ON_OPEN_ENABLED
)UsesetBooleanSetting(int id, boolean value)
with the appropriate boolean setting ID (e.g.Settings.DATA_SEGMENT_HIGHLIGHTING
)UsesetBooleanSetting(int id, boolean value)
with the appropriate boolean setting ID (e.g.Settings.DELAYED_BRANCHING_ENABLED
)UsesetBooleanSettingNonPersistent(int id, boolean value)
with the appropriate boolean setting ID (e.g.Settings.DELAYED_BRANCHING_ENABLED
)UsesetBooleanSetting(int id, boolean value)
with the appropriate boolean setting ID (e.g.Settings.DISPLAY_ADDRESSES_IN_HEX
)UsesetBooleanSetting(int id, boolean value)
with the appropriate boolean setting ID (e.g.Settings.DISPLAY_VALUES_IN_HEX
)UsesetBooleanSetting(int id, boolean value)
with the appropriate boolean setting ID (e.g.Settings.EDITOR_LINE_NUMBERS_DISPLAYED
)UsesetBooleanSetting(int id, boolean value)
with the appropriate boolean setting ID (e.g.Settings.EXCEPTION_HANDLER_ENABLED
)UsesetBooleanSetting(int id, boolean value)
with the appropriate boolean setting ID (e.g.Settings.EXTENDED_ASSEMBLER_ENABLED
)UsesetBooleanSetting(int id, boolean value)
with the appropriate boolean setting ID (e.g.Settings.LABEL_WINDOW_VISIBILITY
)UsesetBooleanSetting(int id, boolean value)
with the appropriate boolean setting ID (e.g.Settings.PROGRAM_ARGUMENTS
)UsesetBooleanSetting(int id, boolean value)
with the appropriate boolean setting ID (e.g.Settings.REGISTERS_HIGHLIGHTING
)UsesetBooleanSetting(int id, boolean value)
with the appropriate boolean setting ID (e.g.Settings.START_AT_MAIN
)UsesetBooleanSetting(int id, boolean value)
with the appropriate boolean setting ID (e.g.Settings.WARNINGS_ARE_ERRORS
)
-
ConstructorsConstructorDescriptionNewer constructors replace the String filename parameter with a MIPSprogram parameter to provide more information.Newer constructors replace the String filename parameter with a MIPSprogram parameter to provide more information.Newer constructors replace the String filename parameter with a MIPSprogram parameter to provide more information.
getBooleanSetting(int id)
with the appropriate boolean setting ID (e.g.Settings.ASSEMBLE_ALL_ENABLED
)