|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpressionDeclItem | |
---|---|
com.espertech.esper.epl.declexpr | Declared expression handling. |
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. |
com.espertech.esper.metrics.instrumentation | EPL instrumentation helpers. |
Uses of ExpressionDeclItem in com.espertech.esper.epl.declexpr |
---|
Methods in com.espertech.esper.epl.declexpr that return ExpressionDeclItem | |
---|---|
ExpressionDeclItem |
ExprDeclaredServiceImpl.getExpression(java.lang.String name)
|
ExpressionDeclItem |
ExprDeclaredService.getExpression(java.lang.String name)
|
ExpressionDeclItem |
ExprDeclaredNodeImpl.getPrototype()
|
ExpressionDeclItem |
ExprDeclaredNode.getPrototype()
|
Method parameters in com.espertech.esper.epl.declexpr with type arguments of type ExpressionDeclItem | |
---|---|
static ExprDeclaredNodeImpl |
ExprDeclaredHelper.getExistsDeclaredExpr(java.lang.String name,
java.util.List<ExprNode> parameters,
java.util.Collection<ExpressionDeclItem> expressionDeclarations,
ExprDeclaredService exprDeclaredService,
ContextDescriptor contextDescriptor)
|
Constructors in com.espertech.esper.epl.declexpr with parameters of type ExpressionDeclItem | |
---|---|
ExprDeclaredEvalBase(ExprEvaluator innerEvaluator,
ExpressionDeclItem prototype,
boolean isCache)
|
|
ExprDeclaredEvalConstant(java.lang.Class returnType,
ExpressionDeclItem prototype,
java.lang.Object value)
|
|
ExprDeclaredEvalNoRewrite(ExprEvaluator innerEvaluator,
ExpressionDeclItem prototype,
boolean isCache)
|
|
ExprDeclaredEvalRewrite(ExprEvaluator innerEvaluator,
ExpressionDeclItem prototype,
boolean isCache,
int[] streamAssignments)
|
|
ExprDeclaredNodeImpl(ExpressionDeclItem prototype,
java.util.List<ExprNode> chainParameters,
ContextDescriptor contextDescriptor)
|
Uses of ExpressionDeclItem in com.espertech.esper.epl.parse |
---|
Methods in com.espertech.esper.epl.parse that return types with arguments of type ExpressionDeclItem | |
---|---|
static Pair<ExpressionDeclItem,ExpressionScriptProvided> |
ASTExpressionDeclHelper.walkExpressionDecl(EsperEPL2GrammarParser.ExpressionDeclContext ctx,
java.util.List<java.lang.String> scriptBodies,
java.util.Map<org.antlr.v4.runtime.tree.Tree,ExprNode> astExprNodeMap,
org.antlr.v4.runtime.CommonTokenStream tokenStream)
|
Uses of ExpressionDeclItem in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec that return ExpressionDeclItem | |
---|---|
ExpressionDeclItem |
CreateExpressionDesc.getExpression()
|
Methods in com.espertech.esper.epl.spec that return types with arguments of type ExpressionDeclItem | |
---|---|
java.util.Map<java.lang.String,ExpressionDeclItem> |
StatementSpecMapContext.getExpressionDeclarations()
|
java.util.List<ExpressionDeclItem> |
ExpressionDeclDesc.getExpressions()
|
Methods in com.espertech.esper.epl.spec with parameters of type ExpressionDeclItem | |
---|---|
void |
ExpressionDeclDesc.add(ExpressionDeclItem declNode)
|
void |
StatementSpecMapContext.addExpressionDeclarations(ExpressionDeclItem item)
|
Method parameters in com.espertech.esper.epl.spec with type arguments of type ExpressionDeclItem | |
---|---|
void |
ExpressionDeclDesc.setExpressions(java.util.List<ExpressionDeclItem> expressions)
|
Constructors in com.espertech.esper.epl.spec with parameters of type ExpressionDeclItem | |
---|---|
CreateExpressionDesc(ExpressionDeclItem expression)
|
Constructor parameters in com.espertech.esper.epl.spec with type arguments of type ExpressionDeclItem | |
---|---|
CreateExpressionDesc(Pair<ExpressionDeclItem,ExpressionScriptProvided> pair)
|
Uses of ExpressionDeclItem in com.espertech.esper.metrics.instrumentation |
---|
Methods in com.espertech.esper.metrics.instrumentation with parameters of type ExpressionDeclItem | |
---|---|
void |
InstrumentationDefault.qExprDeclared(ExpressionDeclItem parent)
|
void |
Instrumentation.qExprDeclared(ExpressionDeclItem parent)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |