C# Class YAMP.ElseKeyword

The else keyword - can (and should) only be instantiated by the if keyword. Basic syntax: else STATEMENT Can only be used after an IF or ELSE IF
Inheritance: BodyKeyword
Afficher le fichier Open project: FlorianRappl/YAMP Class Usage Examples

Méthodes publiques

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

Method Details

ElseKeyword() public méthode

public ElseKeyword ( ) : System
Résultat System

ElseKeyword() public méthode

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

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

ToCode() public méthode

public ToCode ( ) : String
Résultat String