C# Class AjTalk.Language.BehaviorDoesNotUnderstandMethod

Inheritance: DoesNotUnderstandMethod
Afficher le fichier Open project: ajlopez/AjTalk

Méthodes publiques

Méthode Description
BehaviorDoesNotUnderstandMethod ( Machine machine, IBehavior behavior ) : System

Méthodes protégées

Méthode Description
DoesNotUnderstand ( Interpreter interpreter, IObject self, string msgname, object args ) : object
DoesNotUnderstand ( Machine machine, IObject self, string msgname, object args ) : object

Method Details

BehaviorDoesNotUnderstandMethod() public méthode

public BehaviorDoesNotUnderstandMethod ( Machine machine, IBehavior behavior ) : System
machine Machine
behavior IBehavior
Résultat System

DoesNotUnderstand() protected méthode

protected DoesNotUnderstand ( Interpreter interpreter, IObject self, string msgname, object args ) : object
interpreter Interpreter
self IObject
msgname string
args object
Résultat object

DoesNotUnderstand() protected méthode

protected DoesNotUnderstand ( Machine machine, IObject self, string msgname, object args ) : object
machine Machine
self IObject
msgname string
args object
Résultat object