Method |
Description |
|
AddImplicitInterfaces ( IReflect iface, IReflect explicitInterfaces, ArrayList implicitInterfaces ) : void |
|
|
AllocateImplicitDefaultConstructor ( ) : void |
|
|
CanSee ( MemberInfo member ) : bool |
|
|
CheckFieldDeclarationConsistency ( JSMemberField field ) : void |
|
|
CheckIfOKToGenerateCodeForExpando ( bool superClassIsExpando ) : void |
|
|
CheckIfValidExtensionOfSuperType ( ) : void |
|
|
CheckMatchingMethodForConsistency ( MethodInfo matchingMethod, FunctionObject func, int i, int n ) : void |
|
|
CheckMethodDeclarationConsistency ( FunctionObject func ) : void |
|
|
CheckThatAllAbstractSuperClassMethodsAreImplemented ( ) : void |
|
|
CheckThatMethodIsNotMarkedWithOverrideOrHide ( FunctionObject func ) : void |
|
|
Class ( Context context, AST id, TypeExpression superTypeExpression, TypeExpression interfaces, Block body, FieldAttributes attributes, bool isAbstract, bool isFinal, bool isStatic, bool isInterface, CustomAttributeList customAttributes ) : Microsoft.JScript.Vsa |
|
|
DefinedOnInterface ( MethodInfo meth ) : bool |
|
|
EmitILForINeedEngineMethods ( ) : void |
|
|
EmitInitialCalls ( ILGenerator il, MethodBase supcons, ParameterInfo pars, ASTList argAST, int callerParameterCount ) : void |
|
|
EmitUsingNamespaces ( ILGenerator il ) : void |
|
|
EnterNameIntoEnclosingScopeAndGetOwnField ( AST id, bool isStatic ) : void |
|
|
Evaluate ( ) : Object |
|
|
GenerateGetEnumerator ( ) : void |
|
|
GetExpandoDeleteMethod ( ) : void |
|
|
GetExpandoFieldGetter ( TypeBuilder classwriter ) : void |
|
|
GetExpandoIndexerGetter ( ) : MethodInfo |
|
|
GetExpandoIndexerSetter ( ) : MethodInfo |
|
|
GetFirstExecutableContext ( ) : Context |
|
|
GetFullName ( ) : String |
|
|
GetFullNameFor ( MemberInfo supMem ) : String |
|
|
GetIRForSuperType ( ) : void |
|
|
GetInterfaceMember ( String name ) : System.Reflection.MemberInfo[] |
|
|
GetStartIndexForEachName ( ) : void |
|
|
GetSuperConstructor ( IReflect argIRs ) : ConstructorInfo |
|
|
GetSuperTypeMembers ( ) : void |
|
|
GetTypeBuilder ( ) : TypeBuilder |
|
|
GetTypeBuilderOrEnumBuilder ( ) : Type |
|
|
GetUnimplementedInferfaceMembers ( SuperTypeMembersSorter sorter ) : void |
|
|
GetUnimplementedInferfaceMembersFor ( Type type, SuperTypeMembersSorter sorter ) : void |
|
|
ImplementsInterface ( IReflect iface ) : bool |
|
|
IsASubClassOf ( Class cl ) : bool |
|
|
IsCustomAttribute ( ) : bool |
|
|
IsExpando ( ) : bool |
|
|
IsInTheSameCompilationUnit ( MemberInfo member ) : bool |
|
|
IsInTheSamePackage ( MemberInfo member ) : bool |
|
|
ParametersMatch ( ParameterInfo suppars, ParameterInfo pars ) : bool |
|
|
PartiallyEvaluate ( ) : AST |
|
|
ResolveEnum ( Object sender, ResolveEventArgs args ) : Assembly |
|
|
SetAccessibility ( FieldAttributes attributes ) : void |
|
|
SetupConstructors ( ) : void |
|
|
TranslateToCOMPlusClass ( ) : void |
|
|
TranslateToCreateTypeCall ( ) : void |
|
|
TranslateToIL ( ILGenerator il, Type rtype ) : void |
|
|
TranslateToILInitializer ( ILGenerator il ) : void |
|
|