C# Class Bike.Interpreter.ScopeFrame

Inheritance: IScope
Afficher le fichier Open project: buunguyen/bike Class Usage Examples

Private Properties

Свойство Type Description
ScopeFrame System.Collections.Generic
this object

Méthodes publiques

Méthode Description
Assign ( string name, object value ) : void
Define ( string name, object value ) : void
Exist ( string name ) : bool
Resolve ( string name ) : object
ScopeFrame ( ) : System.Collections.Generic
ScopeFrame ( BikeFunction func, ScopeFrame global, ScopeFrame parent, ScopeFrame caller ) : System.Collections.Generic

Private Methods

Méthode Description
ScopeFrame ( Parser.SourceLocation location, BikeFunction func, ScopeFrame global, ScopeFrame parent, ScopeFrame caller ) : System.Collections.Generic
this ( string name ) : object

Method Details

Assign() public méthode

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

Define() public méthode

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

Exist() public méthode

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

Resolve() public méthode

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

ScopeFrame() public méthode

public ScopeFrame ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ScopeFrame() public méthode

public ScopeFrame ( BikeFunction func, ScopeFrame global, ScopeFrame parent, ScopeFrame caller ) : System.Collections.Generic
func BikeFunction
global ScopeFrame
parent ScopeFrame
caller ScopeFrame
Résultat System.Collections.Generic