C# Class Machete.Runtime.RuntimeTypes.SpecificationTypes.SDeclarativeEnvironmentRecord

Inheritance: IDeclarativeEnvironmentRecord
Afficher le fichier Open project: ChaosPandion/Machete

Méthodes publiques

Méthode Description
CreateImmutableBinding ( string n ) : void
CreateMutableBinding ( string n, bool d ) : void
DeleteBinding ( string n ) : bool
Get ( string name, bool strict ) : IDynamic
GetBindingValue ( string n, bool s ) : IDynamic
HasBinding ( string n ) : bool
ImplicitThisValue ( ) : IDynamic
InitializeImmutableBinding ( string n, IDynamic v ) : void
SDeclarativeEnvironmentRecord ( IEnvironment environment ) : System
Set ( string name, IDynamic value, bool strict ) : void
SetMutableBinding ( string n, IDynamic v, bool s ) : void

Method Details

CreateImmutableBinding() public méthode

public CreateImmutableBinding ( string n ) : void
n string
Résultat void

CreateMutableBinding() public méthode

public CreateMutableBinding ( string n, bool d ) : void
n string
d bool
Résultat void

DeleteBinding() public méthode

public DeleteBinding ( string n ) : bool
n string
Résultat bool

Get() public méthode

public Get ( string name, bool strict ) : IDynamic
name string
strict bool
Résultat IDynamic

GetBindingValue() public méthode

public GetBindingValue ( string n, bool s ) : IDynamic
n string
s bool
Résultat IDynamic

HasBinding() public méthode

public HasBinding ( string n ) : bool
n string
Résultat bool

ImplicitThisValue() public méthode

public ImplicitThisValue ( ) : IDynamic
Résultat IDynamic

InitializeImmutableBinding() public méthode

public InitializeImmutableBinding ( string n, IDynamic v ) : void
n string
v IDynamic
Résultat void

SDeclarativeEnvironmentRecord() public méthode

public SDeclarativeEnvironmentRecord ( IEnvironment environment ) : System
environment IEnvironment
Résultat System

Set() public méthode

public Set ( string name, IDynamic value, bool strict ) : void
name string
value IDynamic
strict bool
Résultat void

SetMutableBinding() public méthode

public SetMutableBinding ( string n, IDynamic v, bool s ) : void
n string
v IDynamic
s bool
Résultat void