C# Class Microsoft.JScript.CallableExpression

Inheritance: Microsoft.JScript.Binding
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes protégées

Méthode Description
GetObject ( ) : Object
HandleNoSuchMemberError ( ) : void
TranslateToILObject ( ILGenerator il, Type obType, bool noValue ) : void
TranslateToILWithDupOfThisOb ( ILGenerator il ) : void

Private Methods

Méthode Description
CallableExpression ( AST expression ) : Microsoft.JScript.Vsa
EvaluateAsLateBinding ( ) : LateBinding
GetObject2 ( ) : Object
PartiallyEvaluate ( ) : AST
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILCall ( ILGenerator il, Type rtype, ASTList argList, bool construct, bool brackets ) : void
TranslateToILInitializer ( ILGenerator il ) : void

Method Details

GetObject() protected méthode

protected GetObject ( ) : Object
Résultat Object

HandleNoSuchMemberError() protected méthode

protected HandleNoSuchMemberError ( ) : void
Résultat void

TranslateToILObject() protected méthode

protected TranslateToILObject ( ILGenerator il, Type obType, bool noValue ) : void
il System.Reflection.Emit.ILGenerator
obType System.Type
noValue bool
Résultat void

TranslateToILWithDupOfThisOb() protected méthode

protected TranslateToILWithDupOfThisOb ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
Résultat void