Uses of Class
com.espertech.esper.common.client.soda.DotExpressionItem
Packages that use DotExpressionItem
Package
Description
This package defines the Esper statement object model.
-
Uses of DotExpressionItem in com.espertech.esper.common.client.soda
Subclasses of DotExpressionItem in com.espertech.esper.common.client.sodaModifier 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.Methods in com.espertech.esper.common.client.soda that return types with arguments of type DotExpressionItemModifier 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 expressionsMethods in com.espertech.esper.common.client.soda with parameters of type DotExpressionItemModifier and TypeMethodDescriptionvoid
DotExpression.add
(DotExpressionItem item) Add a method to the chain of methods after the dot.Method parameters in com.espertech.esper.common.client.soda with type arguments of type DotExpressionItemModifier 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 expressionsConstructor parameters in com.espertech.esper.common.client.soda with type arguments of type DotExpressionItemModifierConstructorDescriptionCtor.StaticMethodExpression
(String className, List<DotExpressionItem> chain) Ctor.