C# Class YAMP.LetKeyword

The let keyword to create local variables. Basic syntax: let NAME [OP STATEMENT];
Inheritance: Keyword
显示文件 Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

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

Method Details

Interpret() public method

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

LetKeyword() public method

public LetKeyword ( ) : System
return System

LetKeyword() public method

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

Scan() public method

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

ToCode() public method

public ToCode ( ) : String
return String