|
||||||||||
| 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.settings.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 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 Register.CPP |
|
MIC1_REGISTER_H_DEFVAL
contains the default value for the Register.H |
|
MIC1_REGISTER_LV_DEFVAL
contains the default value for the Register.LV |
|
MIC1_REGISTER_MAR_DEFVAL
contains the default value for the Register.MAR |
|
MIC1_REGISTER_MBR_DEFVAL
contains the default value for the Register.MBR |
|
MIC1_REGISTER_MDR_DEFVAL
contains the default value for the Register.MDR |
|
MIC1_REGISTER_OPC_DEFVAL
contains the default value for the Register.OPC |
|
MIC1_REGISTER_PC_DEFVAL
contains the default value for the Register.PC |
|
MIC1_REGISTER_SP_DEFVAL
contains the default value for the Register.SP |
|
MIC1_REGISTER_TOS_DEFVAL
contains the default value for the 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(java.lang.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
Register.CPP
public static final Settings MIC1_REGISTER_H_DEFVAL
Register.H
public static final Settings MIC1_REGISTER_LV_DEFVAL
Register.LV
public static final Settings MIC1_REGISTER_MAR_DEFVAL
Register.MAR
public static final Settings MIC1_REGISTER_MBR_DEFVAL
Register.MBR
public static final Settings MIC1_REGISTER_MDR_DEFVAL
Register.MDR
public static final Settings MIC1_REGISTER_OPC_DEFVAL
Register.OPC
public static final Settings MIC1_REGISTER_PC_DEFVAL
Register.PC
public static final Settings MIC1_REGISTER_SP_DEFVAL
Register.SP
public static final Settings MIC1_REGISTER_TOS_DEFVAL
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
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(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.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 | |||||||||