C# Class YAMP.WhileKeyword

The while keyword has its logic defined here. The basic syntax: while ( CONDITION ) STATEMENT
Inheritance: BreakableKeyword
Afficher le fichier Open project: FlorianRappl/YAMP Class Usage Examples

Méthodes publiques

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

Method Details

Break() public méthode

public Break ( ) : void
Résultat void

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

WhileKeyword() public méthode

public WhileKeyword ( ) : System
Résultat System

WhileKeyword() public méthode

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