C# Class YAMP.ForKeyword

The for keyword with the corresponding loop construct. Basic syntax: for ( INIT ; CONDITION ; END ) STATEMENT
Inheritance: BreakableKeyword
ファイルを表示 Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method 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 method

public Break ( ) : void
return void

ForKeyword() public method

public ForKeyword ( ) : System
return System

ForKeyword() public method

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

InterpretCondition() public method

public InterpretCondition ( Value>.IDictionary symbols ) : System.Boolean
symbols Value>.IDictionary
return System.Boolean

Scan() public method

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

ToCode() public method

public ToCode ( ) : String
return String