C# Class Creatures.Language.Executors.Executor

Inheritance: ICommandVisitor
Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( CloneValue command ) : void
Accept ( CloseCondition command ) : void
Accept ( Condition command ) : void
Accept ( GetRandom command ) : void
Accept ( GetState command ) : void
Accept ( Minus command ) : void
Accept ( NewInt command ) : void
Accept ( Plus command ) : void
Accept ( Print command ) : void
Accept ( SetValue command ) : void
Accept ( Stop command ) : void
Execute ( IEnumerable parsedCommands, IExecutorToolset executorToolset ) : string

Private Methods

Méthode Description
Execute ( ICommand command ) : void

Method Details

Accept() public méthode

public Accept ( CloneValue command ) : void
command Creatures.Language.Commands.CloneValue
Résultat void

Accept() public méthode

public Accept ( CloseCondition command ) : void
command Creatures.Language.Commands.CloseCondition
Résultat void

Accept() public méthode

public Accept ( Condition command ) : void
command Condition
Résultat void

Accept() public méthode

public Accept ( GetRandom command ) : void
command Creatures.Language.Commands.GetRandom
Résultat void

Accept() public méthode

public Accept ( GetState command ) : void
command Creatures.Language.Commands.GetState
Résultat void

Accept() public méthode

public Accept ( Minus command ) : void
command Creatures.Language.Commands.Minus
Résultat void

Accept() public méthode

public Accept ( NewInt command ) : void
command Creatures.Language.Commands.NewInt
Résultat void

Accept() public méthode

public Accept ( Plus command ) : void
command Creatures.Language.Commands.Plus
Résultat void

Accept() public méthode

public Accept ( Print command ) : void
command Creatures.Language.Commands.Print
Résultat void

Accept() public méthode

public Accept ( SetValue command ) : void
command Creatures.Language.Commands.SetValue
Résultat void

Accept() public méthode

public Accept ( Stop command ) : void
command Creatures.Language.Commands.Stop
Résultat void

Execute() public méthode

public Execute ( IEnumerable parsedCommands, IExecutorToolset executorToolset ) : string
parsedCommands IEnumerable
executorToolset IExecutorToolset
Résultat string