C# Class YAMP.ReturnKeyword

Represents the return keyword to cancel the current execution and return the given expression [if any].
Inheritance: BodyKeyword
Afficher le fichier Open project: FlorianRappl/YAMP Class Usage Examples

Méthodes publiques

Méthode Description
Interpret ( Value>.IDictionary symbols ) : Value
ReturnKeyword ( ) : System
ReturnKeyword ( Int32 line, Int32 column, QueryContext query ) : System
Scan ( ParseEngine engine ) : Expression
StopAllContexts ( QueryContext context ) : void
ToCode ( ) : String

Method Details

Interpret() public méthode

public Interpret ( Value>.IDictionary symbols ) : Value
symbols Value>.IDictionary
Résultat Value

ReturnKeyword() public méthode

public ReturnKeyword ( ) : System
Résultat System

ReturnKeyword() public méthode

public ReturnKeyword ( Int32 line, Int32 column, QueryContext query ) : System
line System.Int32
column System.Int32
query QueryContext
Résultat System

Scan() public méthode

public Scan ( ParseEngine engine ) : Expression
engine ParseEngine
Résultat Expression

StopAllContexts() public méthode

public StopAllContexts ( QueryContext context ) : void
context QueryContext
Résultat void

ToCode() public méthode

public ToCode ( ) : String
Résultat String