C# Class YAMP.WhileKeyword

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

Public Methods

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

public Break ( ) : void
return void

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

WhileKeyword() public method

public WhileKeyword ( ) : System
return System

WhileKeyword() public method

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