|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Settings>
com.github.croesch.micro_debug.commons.Settings
public enum Settings
An enumeration of some settings that are made in a property-file.
| Enum Constant Summary | |
|---|---|
MIC1_MEM_MACRO_ADDR_WIDTH
the width of a formatted address of a macro/ijvm code instruction |
|
MIC1_MEM_MACRO_MAXSIZE
contains the maximum size of the com.github.croesch.micro_debug.micro_debug.mic1.mem.Memory |
|
MIC1_MEM_MICRO_ADDR_WIDTH
the width of a formatted address of a micro code instruction |
|
MIC1_MICRO_ADDRESS_IJVM
the address of micro assembler code that reads the next ijvm instruction |
|
MIC1_REGISTER_CPP_DEFVAL
contains the default value for the com.github.croesch.micro_debug.micro_debug.mic1.register.Register#CPP |
|
MIC1_REGISTER_H_DEFVAL
contains the default value for the com.github.croesch.micro_debug.micro_debug.mic1.register.Register#H |
|
MIC1_REGISTER_LV_DEFVAL
contains the default value for the com.github.croesch.micro_debug.micro_debug.mic1.register.Register#LV |
|
MIC1_REGISTER_MAR_DEFVAL
contains the default value for the com.github.croesch.micro_debug.micro_debug.mic1.register.Register#MAR |
|
MIC1_REGISTER_MBR_DEFVAL
contains the default value for the com.github.croesch.micro_debug.micro_debug.mic1.register.Register#MBR |
|
MIC1_REGISTER_MDR_DEFVAL
contains the default value for the com.github.croesch.micro_debug.micro_debug.mic1.register.Register#MDR |
|
MIC1_REGISTER_OPC_DEFVAL
contains the default value for the com.github.croesch.micro_debug.micro_debug.mic1.register.Register#OPC |
|
MIC1_REGISTER_PC_DEFVAL
contains the default value for the com.github.croesch.micro_debug.micro_debug.mic1.register.Register#PC |
|
MIC1_REGISTER_SP_DEFVAL
contains the default value for the com.github.croesch.micro_debug.micro_debug.mic1.register.Register#SP |
|
MIC1_REGISTER_TOS_DEFVAL
contains the default value for the com.github.croesch.micro_debug.micro_debug.mic1.register.Register#TOS |
|
STACK_ELEMENTS_TO_HIDE
the number of elements to hide, when printing the stack to the user |
|
| Method Summary | |
|---|---|
int |
getValue()
Returns the value of this setting. |
static Settings |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Settings[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Settings STACK_ELEMENTS_TO_HIDE
public static final Settings MIC1_REGISTER_CPP_DEFVAL
com.github.croesch.micro_debug.micro_debug.mic1.register.Register#CPP
public static final Settings MIC1_REGISTER_H_DEFVAL
com.github.croesch.micro_debug.micro_debug.mic1.register.Register#H
public static final Settings MIC1_REGISTER_LV_DEFVAL
com.github.croesch.micro_debug.micro_debug.mic1.register.Register#LV
public static final Settings MIC1_REGISTER_MAR_DEFVAL
com.github.croesch.micro_debug.micro_debug.mic1.register.Register#MAR
public static final Settings MIC1_REGISTER_MBR_DEFVAL
com.github.croesch.micro_debug.micro_debug.mic1.register.Register#MBR
public static final Settings MIC1_REGISTER_MDR_DEFVAL
com.github.croesch.micro_debug.micro_debug.mic1.register.Register#MDR
public static final Settings MIC1_REGISTER_OPC_DEFVAL
com.github.croesch.micro_debug.micro_debug.mic1.register.Register#OPC
public static final Settings MIC1_REGISTER_PC_DEFVAL
com.github.croesch.micro_debug.micro_debug.mic1.register.Register#PC
public static final Settings MIC1_REGISTER_SP_DEFVAL
com.github.croesch.micro_debug.micro_debug.mic1.register.Register#SP
public static final Settings MIC1_REGISTER_TOS_DEFVAL
com.github.croesch.micro_debug.micro_debug.mic1.register.Register#TOS
public static final Settings MIC1_MEM_MICRO_ADDR_WIDTH
public static final Settings MIC1_MEM_MACRO_ADDR_WIDTH
public static final Settings MIC1_MEM_MACRO_MAXSIZE
com.github.croesch.micro_debug.micro_debug.mic1.mem.Memory
public static final Settings MIC1_MICRO_ADDRESS_IJVM
| Method Detail |
|---|
public static Settings[] values()
for (Settings c : Settings.values()) System.out.println(c);
public static Settings valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||