C# Class YAMP.SpecialExpression

This is the class that represents some special expressions (like :).
Inheritance: Expression
Exibir arquivo Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
Interpret ( Value>.IDictionary symbols ) : Value
Scan ( ParseEngine engine ) : Expression
SpecialExpression ( ) : System
SpecialExpression ( ParseEngine engine, String name ) : System
ToCode ( ) : String

Private Methods

Method Description
Compare ( Char characters, Int32 index, String value ) : System.Boolean

Method Details

Interpret() public method

public Interpret ( Value>.IDictionary symbols ) : Value
symbols Value>.IDictionary
return Value

Scan() public method

public Scan ( ParseEngine engine ) : Expression
engine ParseEngine
return Expression

SpecialExpression() public method

public SpecialExpression ( ) : System
return System

SpecialExpression() public method

public SpecialExpression ( ParseEngine engine, String name ) : System
engine ParseEngine
name String
return System

ToCode() public method

public ToCode ( ) : String
return String