|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.croesch.micro_debug.parser.RegisterParser
public final class RegisterParser
Parses Registers from Strings.
| Constructor Summary | |
|---|---|
RegisterParser()
|
|
| Method Summary | |
|---|---|
Register |
parse(java.lang.String toParse)
Parses the given String and returns an Object of the specific type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegisterParser()
| Method Detail |
|---|
@Nullable public Register parse(java.lang.String toParse)
String and returns an Object of the specific type. If the input cannot be parsed
into a valid object, than it will return null.
parse in interface IParsertoParse - the String to convert to an Object.
Object read from the String,null if the input was invalid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||