C# Class BooCompiler.Tests.ActionStep

Inheritance: ICompilerStep
Afficher le fichier Open project: boo/boo-lang

Méthodes publiques

Méthode Description
ActionStep ( Action action ) : System
Dispose ( ) : void
Initialize ( CompilerContext context ) : void
Run ( ) : void

Method Details

ActionStep() public méthode

public ActionStep ( Action action ) : System
action Action
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( CompilerContext context ) : void
context Boo.Lang.Compiler.CompilerContext
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void