Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
List<DotExpressionItem> |
StaticMethodExpression.getChain()
Returns the chain of method invocations, each pair a method name and list of parameter expressions
|
List<DotExpressionItem> |
SingleRowMethodExpression.getChain()
Returns the optional method invocation chain for the single-row method consisting of
pairs of method name and list of parameters.
|
List<DotExpressionItem> |
DotExpression.getChain()
Returns the method chain of all methods after the dot.
|
Modifier and Type | Method and Description |
---|---|
protected 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 expressions
|
Constructor and Description |
---|
SingleRowMethodExpression(List<DotExpressionItem> chain)
Ctor.
|
StaticMethodExpression(String className,
List<DotExpressionItem> chain)
Ctor.
|