C# Class YAMP.LetKeyword

The let keyword to create local variables. Basic syntax: let NAME [OP STATEMENT];
Inheritance: Keyword
Afficher le fichier Open project: FlorianRappl/YAMP Class Usage Examples

Méthodes publiques

Méthode Description
Interpret ( Value>.IDictionary symbols ) : Value
LetKeyword ( ) : System
LetKeyword ( Int32 line, Int32 column, QueryContext query ) : System
Scan ( ParseEngine engine ) : Expression
ToCode ( ) : String

Method Details

Interpret() public méthode

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

LetKeyword() public méthode

public LetKeyword ( ) : System
Résultat System

LetKeyword() public méthode

public LetKeyword ( Int32 line, Int32 column, QueryContext query ) : System
line System.Int32
column System.Int32
query QueryContext
Résultat System

Scan() public méthode

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

ToCode() public méthode

public ToCode ( ) : String
Résultat String