Uses of Class
com.espertech.esper.common.client.soda.DotExpressionItem
Package
Description
This package defines the Esper statement object model.
-
Uses of DotExpressionItem in com.espertech.esper.common.client.soda
Modifier and TypeClassDescriptionclass
Dot-expresson item representing an array operation.class
Dot-expresson item representing a call that has an name and parameters.class
Dot-expresson item representing an identifier without parameters.Modifier and TypeMethodDescriptionDotExpression.getChain()
Returns the method chain of all methods after the dot.SingleRowMethodExpression.getChain()
Returns the optional method invocation chain for the single-row method consisting of pairs of method name and list of parameters.StaticMethodExpression.getChain()
Returns the chain of method invocations, each pair a method name and list of parameter expressionsModifier and TypeMethodDescriptionvoid
DotExpression.add
(DotExpressionItem item) Add a method to the chain of methods after the dot.Modifier and TypeMethodDescriptionprotected static void
DotExpressionItem.render
(List<DotExpressionItem> chain, StringWriter writer, boolean prefixDot) Render to EPL.void
StaticMethodExpression.setChain
(List<DotExpressionItem> chain) Sets the chain of method invocations, each pair a method name and list of parameter expressionsModifierConstructorDescriptionCtor.StaticMethodExpression
(String className, List<DotExpressionItem> chain) Ctor.