C# Class YAMP.SpecialExpression

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

Méthodes publiques

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

Private Methods

Méthode Description
Compare ( Char characters, Int32 index, String value ) : System.Boolean

Method Details

Interpret() public méthode

public Interpret ( Value>.IDictionary symbols ) : Value
symbols Value>.IDictionary
Résultat Value

Scan() public méthode

public Scan ( ParseEngine engine ) : Expression
engine ParseEngine
Résultat Expression

SpecialExpression() public méthode

public SpecialExpression ( ) : System
Résultat System

SpecialExpression() public méthode

public SpecialExpression ( ParseEngine engine, String name ) : System
engine ParseEngine
name String
Résultat System

ToCode() public méthode

public ToCode ( ) : String
Résultat String