C# Class Rubberduck.Parsing.Preprocessing.NameExpression

Inheritance: Expression
Exibir arquivo Open project: retailcoder/Rubberduck

Public Methods

Method Description
Evaluate ( ) : IValue
NameExpression ( IExpression identifier, IValue>.SymbolTable symbolTable )

Method Details

Evaluate() public method

public Evaluate ( ) : IValue
return IValue

NameExpression() public method

public NameExpression ( IExpression identifier, IValue>.SymbolTable symbolTable )
identifier IExpression
symbolTable IValue>.SymbolTable