[intro]
[up]
Class Parser
This is a common parser, intented to be subclassed by other parsers.
Methods
format
Formats an Object, returning it as String
parse
Parses a String, returning the correct data type
Methods
format
Formats an Object, returning it as String
Arguments
Name
Type
Default
Description
value
Object
The Object to be formatted
parse
Parses a String, returning the correct data type. When the parsing fails, null is returned instead
Arguments
Name
Type
Default
Description
text
String
The String to be parsed