C# Class YAMP.ForKeyword

The for keyword with the corresponding loop construct. Basic syntax: for ( INIT ; CONDITION ; END ) STATEMENT
Inheritance: BreakableKeyword
Afficher le fichier Open project: FlorianRappl/YAMP Class Usage Examples

Méthodes publiques

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

Method Details

Break() public méthode

public Break ( ) : void
Résultat void

ForKeyword() public méthode

public ForKeyword ( ) : System
Résultat System

ForKeyword() public méthode

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

InterpretCondition() public méthode

public InterpretCondition ( Value>.IDictionary symbols ) : System.Boolean
symbols Value>.IDictionary
Résultat System.Boolean

Scan() public méthode

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

ToCode() public méthode

public ToCode ( ) : String
Résultat String