|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DotExpressionItem | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
Uses of DotExpressionItem in com.espertech.esper.client.soda |
---|
Methods in com.espertech.esper.client.soda that return types with arguments of type DotExpressionItem | |
---|---|
java.util.List<DotExpressionItem> |
StaticMethodExpression.getChain()
Returns the chain of method invocations, each pair a method name and list of parameter expressions |
java.util.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. |
java.util.List<DotExpressionItem> |
DotExpression.getChain()
Returns the method chain of all methods after the dot. |
Method parameters in com.espertech.esper.client.soda with type arguments of type DotExpressionItem | |
---|---|
protected static void |
DotExpressionItem.render(java.util.List<DotExpressionItem> chain,
java.io.StringWriter writer,
boolean prefixDot)
Render to EPL. |
void |
StaticMethodExpression.setChain(java.util.List<DotExpressionItem> chain)
Sets the chain of method invocations, each pair a method name and list of parameter expressions |
Constructor parameters in com.espertech.esper.client.soda with type arguments of type DotExpressionItem | |
---|---|
SingleRowMethodExpression(java.util.List<DotExpressionItem> chain)
Ctor. |
|
StaticMethodExpression(java.lang.String className,
java.util.List<DotExpressionItem> chain)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |