public class DataParser extends Object
| Constructor and Description |
|---|
DataParser() |
| Modifier and Type | Method and Description |
|---|---|
Object |
parse(String string)
Parses the given string and returns the evaluated data.
|
String |
toString(Object object)
Prints the given data object as an expression.
|
public Object parse(String string) throws ValidationException
string - ValidationExceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.