C# Class Machete.Runtime.RuntimeTypes.LanguageTypes.LUndefined

Inheritance: LType, IUndefined
Afficher le fichier Open project: ChaosPandion/Machete Class Usage Examples

Méthodes publiques

Méthode Description
ConvertToBoolean ( ) : IBoolean
ConvertToNumber ( ) : INumber
ConvertToObject ( ) : IObject
ConvertToPrimitive ( string preferredType ) : IDynamic
ConvertToString ( ) : IString
Get ( string name, bool strict ) : IDynamic
LUndefined ( IEnvironment environment ) : Machete.Core
Op_Equals ( IDynamic other ) : IDynamic
Op_StrictEquals ( IDynamic other ) : IDynamic
Op_Typeof ( ) : IDynamic
Set ( string name, IDynamic value, bool strict ) : void

Method Details

ConvertToBoolean() public méthode

public ConvertToBoolean ( ) : IBoolean
Résultat IBoolean

ConvertToNumber() public méthode

public ConvertToNumber ( ) : INumber
Résultat INumber

ConvertToObject() public méthode

public ConvertToObject ( ) : IObject
Résultat IObject

ConvertToPrimitive() public méthode

public ConvertToPrimitive ( string preferredType ) : IDynamic
preferredType string
Résultat IDynamic

ConvertToString() public méthode

public ConvertToString ( ) : IString
Résultat IString

Get() public méthode

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

LUndefined() public méthode

public LUndefined ( IEnvironment environment ) : Machete.Core
environment IEnvironment
Résultat Machete.Core

Op_Equals() public méthode

public Op_Equals ( IDynamic other ) : IDynamic
other IDynamic
Résultat IDynamic

Op_StrictEquals() public méthode

public Op_StrictEquals ( IDynamic other ) : IDynamic
other IDynamic
Résultat IDynamic

Op_Typeof() public méthode

public Op_Typeof ( ) : IDynamic
Résultat IDynamic

Set() public méthode

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