public interface ILcdParser
Object
based on a
String
.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
parse(java.lang.String aString)
Parses a given
String and creates a new Object
with the corresponding type/properties. |
java.lang.Object parse(java.lang.String aString) throws java.lang.IllegalArgumentException
String
and creates a new Object
with the corresponding type/properties.aString
- the String
to be parsed.Object
.java.lang.IllegalArgumentException
- if the String
can't be parsed.