Uses of Class
com.espertech.esper.common.client.soda.StaticMethodExpression
Packages that use StaticMethodExpression
Package
Description
This package defines the Esper statement object model.
-
Uses of StaticMethodExpression in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return StaticMethodExpressionModifier and TypeMethodDescriptionstatic StaticMethodExpression
Expressions.staticMethod
(String className, String method, Expression... parameters) Static method invocation.static StaticMethodExpression
Expressions.staticMethod
(String className, String method, Object... parameters) Static method invocation.