Uses of Class
net.esper.client.soda.InstanceOfExpression

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

Uses of InstanceOfExpression in net.esper.client.soda
 

Methods in net.esper.client.soda that return InstanceOfExpression
static InstanceOfExpression Expressions.instanceOf(Expression expression, String typeName, 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(String propertyName, String typeName, String... typeNames)
          Instance-of function, tests if the type of the return value of a property is in a list of types.