Package | Description |
---|---|
com.espertech.esper.epl.expression |
This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses
|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Constructor and Description |
---|
StringParserComputer(SimpleTypeParser parser)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static SimpleTypeParser |
SimpleTypeParserFactory.getParser(java.lang.Class clazz)
Returns a parsers for the String value using the given Java built-in class for parsing.
|