C# Class Tup.Cobar4Net.Parser.Ast.Expression.AbstractExpression

Inheritance: IExpression
Mostra file Open project: tupunco/Tup.Cobar4Net

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
Evaluation ( object>.IDictionary parameters ) : object
SetCacheEvalRst ( bool cacheEvalRst ) : IExpression

Protected Methods

Method Description
EvaluationInternal ( object>.IDictionary parameters ) : object

Method Details

Accept() public abstract method

public abstract Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
return void

Evaluation() public method

public Evaluation ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
return object

EvaluationInternal() protected abstract method

protected abstract EvaluationInternal ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
return object

SetCacheEvalRst() public method

public SetCacheEvalRst ( bool cacheEvalRst ) : IExpression
cacheEvalRst bool
return IExpression