Uses of Class
com.espertech.esper.client.soda.InstanceOfExpression

Packages that use InstanceOfExpression
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

Uses of InstanceOfExpression in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return InstanceOfExpression
static InstanceOfExpression Expressions.instanceOf(Expression expression, java.lang.String typeName, java.lang.String... typeNames)
          Instance-of function, tests if the type of the return value of an expression is in a list of types.
static InstanceOfExpression Expressions.instanceOf(java.lang.String propertyName, java.lang.String typeName, java.lang.String... typeNames)
          Instance-of function, tests if the type of the return value of a property is in a list of types.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com