com.espertech.esper.epl.expression.funcs
Class ExprCaseNode.CaseAnalysis

java.lang.Object
  extended by com.espertech.esper.epl.expression.funcs.ExprCaseNode.CaseAnalysis
Enclosing class:
ExprCaseNode

public static class ExprCaseNode.CaseAnalysis
extends java.lang.Object


Constructor Summary
ExprCaseNode.CaseAnalysis(java.util.List<UniformPair<ExprNode>> whenThenNodeList, ExprNode optionalCompareExprNode, ExprNode optionalElseExprNode)
           
 
Method Summary
 ExprNode getOptionalCompareExprNode()
           
 ExprNode getOptionalElseExprNode()
           
 java.util.List<UniformPair<ExprNode>> getWhenThenNodeList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExprCaseNode.CaseAnalysis

public ExprCaseNode.CaseAnalysis(java.util.List<UniformPair<ExprNode>> whenThenNodeList,
                                 ExprNode optionalCompareExprNode,
                                 ExprNode optionalElseExprNode)
Method Detail

getWhenThenNodeList

public java.util.List<UniformPair<ExprNode>> getWhenThenNodeList()

getOptionalCompareExprNode

public ExprNode getOptionalCompareExprNode()

getOptionalElseExprNode

public ExprNode getOptionalElseExprNode()

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