|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Nullable in com.github.croesch.micro_debug.argument |
|---|
| Methods in com.github.croesch.micro_debug.argument with annotations of type Nullable | |
|---|---|
static AArgument |
AArgument.of(java.lang.String s)
Returns the AArgument that matches with the given String. |
| Uses of Nullable in com.github.croesch.micro_debug.commons |
|---|
| Methods in com.github.croesch.micro_debug.commons with annotations of type Nullable | |
|---|---|
java.lang.Object |
Parameter.getValue(java.lang.String str)
Converts the given String to an object that has the expected type. |
static java.lang.String |
Reader.readLine()
Reads a line from the current Reader and returns it. |
static java.lang.String |
Utils.toString(java.lang.Object obj)
Returns the Object.toString() representation of the given object or an empty String if the object is
null. |
| Uses of Nullable in com.github.croesch.micro_debug.console |
|---|
| Methods in com.github.croesch.micro_debug.console with annotations of type Nullable | |
|---|---|
java.lang.String |
MemoryInterpreter.getFormattedLine(int line)
Returns the formatted line. |
| Uses of Nullable in com.github.croesch.micro_debug.mic1.controlstore |
|---|
| Methods in com.github.croesch.micro_debug.mic1.controlstore with annotations of type Nullable | |
|---|---|
Register |
MicroInstruction.getbBusSelect()
Returns the value that defines the register that'll be written on the B-Bus. |
MicroInstruction |
MicroControlStore.getInstruction(int mpc)
Returns the instruction from the store that is stored under the given mpc (address). |
static MicroInstruction |
MicroInstructionReader.read(java.io.InputStream in)
Reads five bytes from the given InputStream and constructs one MicroInstruction. |
| Uses of Nullable in com.github.croesch.micro_debug.parser |
|---|
| Methods in com.github.croesch.micro_debug.parser with annotations of type Nullable | |
|---|---|
java.lang.Object |
IParser.parse(java.lang.String toParse)
Parses the given String and returns an Object of the specific type. |
Register |
RegisterParser.parse(java.lang.String toParse)
Parses the given String and returns an Object of the specific type. |
java.lang.Integer |
IntegerParser.parse(java.lang.String toParse)
Parses the given String and returns an Object of the specific type. |
| Uses of Nullable in com.github.croesch.micro_debug.properties |
|---|
| Methods in com.github.croesch.micro_debug.properties with annotations of type Nullable | |
|---|---|
java.lang.String |
APropertiesProvider.get(java.lang.String file,
java.lang.String key)
Returns the value for the given key in the given file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||