|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleTypeCaster | |
---|---|
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 |
Uses of SimpleTypeCaster in com.espertech.esper.epl.expression |
---|
Constructors in com.espertech.esper.epl.expression with parameters of type SimpleTypeCaster | |
---|---|
ExprCastNode.NonnumericCasterComputer(SimpleTypeCaster numericTypeCaster)
Ctor. |
|
ExprCastNode.NumberCasterComputer(SimpleTypeCaster numericTypeCaster)
Ctor. |
Uses of SimpleTypeCaster in com.espertech.esper.util |
---|
Classes in com.espertech.esper.util that implement SimpleTypeCaster | |
---|---|
class |
SimpleTypeCasterAnyType
Cast implementation for non-numeric values that caches allowed casts assuming there is a small set of casts allowed. |
Methods in com.espertech.esper.util that return SimpleTypeCaster | |
---|---|
static SimpleTypeCaster |
SimpleTypeCasterFactory.getCaster(java.lang.Class fromType,
java.lang.Class targetType)
Returns a caster that casts to a target type. |
|
© 2006-2011 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |