C# Class YAMP.ElseKeyword

The else keyword - can (and should) only be instantiated by the if keyword. Basic syntax: else STATEMENT Can only be used after an IF or ELSE IF
Inheritance: BodyKeyword
显示文件 Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

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

Method Details

ElseKeyword() public method

public ElseKeyword ( ) : System
return System

ElseKeyword() public method

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