C# Class YAMP.IfKeyword

The class for the if keyword. Basic syntax: if ( CONDITION ) STATEMENT
Inheritance: BodyKeyword
Afficher le fichier Open project: FlorianRappl/YAMP Class Usage Examples

Méthodes publiques

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

Method Details

IfKeyword() public méthode

public IfKeyword ( ) : System
Résultat System

IfKeyword() public méthode

public IfKeyword ( 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