C# Class Bike.Interpreter.Builtin.BikeObject

Inheritance: System.Exception, IScope, IEnumerable
Afficher le fichier Open project: buunguyen/bike Class Usage Examples

Méthodes publiques

Méthode Description
Assign ( string name, object value ) : void
BikeObject ( BikeObject prototype ) : System
Define ( string name, object value ) : void
Equals ( object obj ) : bool
Exist ( string name ) : bool
GetEnumerator ( ) : IEnumerator
GetHashCode ( ) : int
IsPrototypeOf ( BikeObject other ) : BikeBoolean
OwnExist ( string name ) : bool
Resolve ( string name ) : object
ToString ( ) : string

Private Methods

Méthode Description
FindScopeFor ( string name ) : BikeObject

Method Details

Assign() public méthode

public Assign ( string name, object value ) : void
name string
value object
Résultat void

BikeObject() public méthode

public BikeObject ( BikeObject prototype ) : System
prototype BikeObject
Résultat System

Define() public méthode

public Define ( string name, object value ) : void
name string
value object
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Exist() public méthode

public Exist ( string name ) : bool
name string
Résultat bool

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsPrototypeOf() public méthode

public IsPrototypeOf ( BikeObject other ) : BikeBoolean
other BikeObject
Résultat BikeBoolean

OwnExist() public méthode

public OwnExist ( string name ) : bool
name string
Résultat bool

Resolve() public méthode

public Resolve ( string name ) : object
name string
Résultat object

ToString() public méthode

public ToString ( ) : string
Résultat string