C# Class Irontalk.BlockEvaluator

Inheritance: IBlockVisitor
Afficher le fichier Open project: rezonant/irontalk Class Usage Examples

Méthodes publiques

Méthode Description
BlockEvaluator ( STBlock block, Compiler compiler, Context context ) : System
VisitBlock ( STBlock block ) : void
VisitStatement ( PerCederberg.Grammatica.Runtime.Node statement ) : void

Method Details

BlockEvaluator() public méthode

public BlockEvaluator ( STBlock block, Compiler compiler, Context context ) : System
block STBlock
compiler Compiler
context Context
Résultat System

VisitBlock() public méthode

public VisitBlock ( STBlock block ) : void
block STBlock
Résultat void

VisitStatement() public méthode

public VisitStatement ( PerCederberg.Grammatica.Runtime.Node statement ) : void
statement PerCederberg.Grammatica.Runtime.Node
Résultat void