C# Class YAMP.DoKeyword

The class representing the do keyword for do {...} while(...); loops. Basic syntax: do STATEMENT while ( CONDITION) ;
Inheritance: BreakableKeyword
Exibir arquivo Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
Break ( ) : void
DoKeyword ( ) : System
DoKeyword ( Int32 line, Int32 column, QueryContext query ) : System
Interpret ( Value>.IDictionary symbols ) : Value
Scan ( ParseEngine engine ) : Expression
ToCode ( ) : String

Method Details

Break() public method

public Break ( ) : void
return void

DoKeyword() public method

public DoKeyword ( ) : System
return System

DoKeyword() public method

public DoKeyword ( Int32 line, Int32 column, QueryContext query ) : System
line System.Int32
column System.Int32
query QueryContext
return System

Interpret() public method

public Interpret ( Value>.IDictionary symbols ) : Value
symbols Value>.IDictionary
return Value

Scan() public method

public Scan ( ParseEngine engine ) : Expression
engine ParseEngine
return Expression

ToCode() public method

public ToCode ( ) : String
return String