|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExprChainedSpec | |
---|---|
com.espertech.esper.epl.datetime.eval | Date-Time methods and related utility classes. |
com.espertech.esper.epl.enummethod.dot | Enumeration method utility classes and input data sources. |
com.espertech.esper.epl.expression | This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses |
com.espertech.esper.epl.parse | Parsers and AST tree walkers and helper classes transforming AST into business objects |
com.espertech.esper.epl.spec | Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
Uses of ExprChainedSpec in com.espertech.esper.epl.datetime.eval |
---|
Method parameters in com.espertech.esper.epl.datetime.eval with type arguments of type ExprChainedSpec | |
---|---|
static ExprDotEvalDTMethodDesc |
ExprDotEvalDTFactory.validateMake(StreamTypeService streamTypeService,
java.util.Deque<ExprChainedSpec> chainSpecStack,
DatetimeMethodEnum dtMethod,
java.lang.String dtMethodName,
ExpressionReturnType inputType,
java.util.List<ExprNode> parameters,
ExprDotNodeFilterAnalyzerInput inputDesc)
|
Uses of ExprChainedSpec in com.espertech.esper.epl.enummethod.dot |
---|
Method parameters in com.espertech.esper.epl.enummethod.dot with type arguments of type ExprChainedSpec | |
---|---|
static ExprDotStaticMethodWrap |
ExprDotStaticMethodWrapFactory.make(java.lang.reflect.Method method,
EventAdapterService eventAdapterService,
java.util.List<ExprChainedSpec> modifiedChain)
|
Uses of ExprChainedSpec in com.espertech.esper.epl.expression |
---|
Methods in com.espertech.esper.epl.expression that return types with arguments of type ExprChainedSpec | |
---|---|
java.util.List<ExprChainedSpec> |
ExprPlugInSingleRowNode.getChainSpec()
|
java.util.List<ExprChainedSpec> |
ExprDotNode.getChainSpec()
|
Method parameters in com.espertech.esper.epl.expression with type arguments of type ExprChainedSpec | |
---|---|
static void |
ExprNodeUtility.acceptChain(ExprNodeVisitor visitor,
java.util.List<ExprChainedSpec> chainSpec)
|
static void |
ExprNodeUtility.acceptChain(ExprNodeVisitorWithParent visitor,
java.util.List<ExprChainedSpec> chainSpec)
|
static void |
ExprNodeUtility.acceptChain(ExprNodeVisitorWithParent visitor,
java.util.List<ExprChainedSpec> chainSpec,
ExprNode parent)
|
static java.util.List<ExprNode> |
ExprNodeUtility.collectChainParameters(java.util.List<ExprChainedSpec> chainSpec)
|
static ExprDotNodeRealizedChain |
ExprDotNodeUtility.getChainEvaluators(ExpressionReturnType inputType,
java.util.List<ExprChainedSpec> chainSpec,
ExprValidationContext validationContext,
boolean isDuckTyping,
ExprDotNodeFilterAnalyzerInput inputDesc)
|
static void |
ExprNodeUtility.replaceChainChildNode(ExprNode nodeToReplace,
ExprNode newNode,
java.util.List<ExprChainedSpec> chainSpec)
|
protected static void |
ExprNodeUtility.toExpressionString(java.util.List<ExprChainedSpec> chainSpec,
java.lang.StringBuilder buffer,
boolean prefixDot,
java.lang.String functionName)
|
static void |
ExprNodeUtility.validate(java.util.List<ExprChainedSpec> chainSpec,
ExprValidationContext validationContext)
|
Constructor parameters in com.espertech.esper.epl.expression with type arguments of type ExprChainedSpec | |
---|---|
ExprDotNode(java.util.List<ExprChainedSpec> chainSpec,
boolean isDuckTyping,
boolean isUDFCache)
|
|
ExprPlugInSingleRowNode(java.lang.String functionName,
java.lang.Class clazz,
java.util.List<ExprChainedSpec> chainSpec,
EngineImportSingleRowDesc config)
Ctor. |
Uses of ExprChainedSpec in com.espertech.esper.epl.parse |
---|
Methods in com.espertech.esper.epl.parse that return ExprChainedSpec | |
---|---|
static ExprChainedSpec |
ASTLibHelper.getLibFunctionChainSpec(org.antlr.runtime.tree.Tree libFunctionParent,
java.util.Map<org.antlr.runtime.tree.Tree,ExprNode> astExprNodeMap)
|
Uses of ExprChainedSpec in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec that return ExprChainedSpec | |
---|---|
ExprChainedSpec |
ContextDetailHashItem.getFunction()
|
Constructors in com.espertech.esper.epl.spec with parameters of type ExprChainedSpec | |
---|---|
ContextDetailHashItem(ExprChainedSpec function,
FilterSpecRaw filterSpecRaw)
|
|
© 2006-2011 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |