Uses of Interface
com.espertech.esper.epl.enummethod.dot.ExprDotStaticMethodWrap

Packages that use ExprDotStaticMethodWrap
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 
 

Uses of ExprDotStaticMethodWrap in com.espertech.esper.epl.enummethod.dot
 

Classes in com.espertech.esper.epl.enummethod.dot that implement ExprDotStaticMethodWrap
 class ExprDotStaticMethodWrapArrayEvents
           
 class ExprDotStaticMethodWrapArrayScalar
           
 class ExprDotStaticMethodWrapCollection
           
 class ExprDotStaticMethodWrapIterableEvents
           
 class ExprDotStaticMethodWrapIterableScalar
           
 

Methods in com.espertech.esper.epl.enummethod.dot that return ExprDotStaticMethodWrap
static ExprDotStaticMethodWrap ExprDotStaticMethodWrapFactory.make(java.lang.reflect.Method method, EventAdapterService eventAdapterService, java.util.List<ExprChainedSpec> modifiedChain)
           
 

Uses of ExprDotStaticMethodWrap in com.espertech.esper.epl.expression
 

Methods in com.espertech.esper.epl.expression with parameters of type ExprDotStaticMethodWrap
static java.lang.Object ExprDotNodeUtility.evaluateChainWithWrap(ExprDotStaticMethodWrap resultWrapLambda, java.lang.Object result, EventType optionalResultSingleEventType, java.lang.Class resultType, ExprDotEval[] chainEval, EventBean[] eventsPerStream, boolean newData, ExprEvaluatorContext exprEvaluatorContext)
           
 

Constructors in com.espertech.esper.epl.expression with parameters of type ExprDotStaticMethodWrap
ExprDotEvalStaticMethod(java.lang.String statementName, java.lang.String classOrPropertyName, net.sf.cglib.reflect.FastMethod staticMethod, ExprEvaluator[] childEvals, boolean constantParameters, ExprDotStaticMethodWrap resultWrapLambda, ExprDotEval[] chainEval, boolean rethrowExceptions, java.lang.Object targetObject)
           
ExprDotEvalVariable(ExprDotNode dotNode, VariableReader variableReader, ExprDotStaticMethodWrap resultWrapLambda, ExprDotEval[] chainEval)
           
 


© 2006-2014 EsperTech Inc.
All rights reserved.
Visit us at espertech.com