C# Class Rubberduck.Parsing.Preprocessing.Expression

Inheritance: IExpression
Exibir arquivo Open project: retailcoder/Rubberduck

Public Methods

Method Description
Evaluate ( ) : IValue
EvaluateCondition ( ) : bool

Method Details

Evaluate() public abstract method

public abstract Evaluate ( ) : IValue
return IValue

EvaluateCondition() public method

public EvaluateCondition ( ) : bool
return bool