Package | Description |
---|---|
com.espertech.esper.common.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Class and Description |
---|---|
class |
DotExpressionItemArray
Dot-expresson item representing an array operation.
|
class |
DotExpressionItemCall
Dot-expresson item representing a call that has an name and parameters.
|
class |
DotExpressionItemName
Dot-expresson item representing an identifier without parameters.
|
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 |
---|---|
void |
DotExpression.add(DotExpressionItem item)
Add a method to the chain of 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.
|
Copyright © 2005–2021. All rights reserved.