C# 클래스 Microsoft.JScript.FunctionDeclaration

상속: AST
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
JScriptFunctionDeclaration ( RuntimeTypeHandle handle, String name, String method_name, String formal_parameters, JSLocalField fields, bool must_save_stack_locals, bool hasArgumentsObject, String text, Object declaringObject, VsaEngine engine ) : Closure

비공개 메소드들

메소드 설명
Evaluate ( ) : Object
FunctionDeclaration ( Context context, AST ifaceId, IdentifierLiteral id, ParameterDeclaration formal_parameters, TypeExpression return_type, Block body, FunctionScope own_scope, FieldAttributes attributes, bool isMethod, bool isGetter, bool isSetter, bool isAbstract, bool isFinal, CustomAttributeList customAttributes ) : Microsoft.JScript.Vsa
GetFirstExecutableContext ( ) : Context
PartiallyEvaluate ( ) : AST
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILClosure ( ILGenerator il ) : void
TranslateToILInitializer ( ILGenerator il ) : void
TranslateToILSourceTextProvider ( ) : void

메소드 상세

JScriptFunctionDeclaration() 공개 정적인 메소드

public static JScriptFunctionDeclaration ( RuntimeTypeHandle handle, String name, String method_name, String formal_parameters, JSLocalField fields, bool must_save_stack_locals, bool hasArgumentsObject, String text, Object declaringObject, VsaEngine engine ) : Closure
handle System.RuntimeTypeHandle
name String
method_name String
formal_parameters String
fields JSLocalField
must_save_stack_locals bool
hasArgumentsObject bool
text String
declaringObject Object
engine Microsoft.JScript.Vsa.VsaEngine
리턴 Closure