Method |
Description |
|
AddDoubleWrap ( ClassFileWriter cfw ) : void |
|
|
BadTree ( ) : Exception |
|
|
CleanName ( ScriptNode n ) : string |
Gets a Java-compatible "informative" name for the the ScriptOrFnNode |
|
CollectScriptNodes_r ( ScriptNode n, ObjArray x ) : void |
|
|
DefineClass ( object bytecode, object staticSecurityDomain ) : Type |
|
|
EmitConstantDudeInitializers ( ClassFileWriter cfw ) : void |
|
|
EmitDirectConstructor ( ClassFileWriter cfw, OptFunctionNode ofn ) : void |
|
|
EmitRegExpInit ( ClassFileWriter cfw ) : void |
|
|
GenerateCallMethod ( ClassFileWriter cfw ) : void |
|
|
GenerateCode ( string encodedSource ) : byte[] |
|
|
GenerateExecute ( ClassFileWriter cfw ) : void |
|
|
GenerateFunctionConstructor ( ClassFileWriter cfw ) : void |
|
|
GenerateFunctionInit ( ClassFileWriter cfw, OptFunctionNode ofn ) : void |
|
|
GenerateMain ( ClassFileWriter cfw ) : void |
|
|
GenerateNativeFunctionOverrides ( ClassFileWriter cfw, string encodedSource ) : void |
|
|
GenerateResumeGenerator ( ClassFileWriter cfw ) : void |
|
|
GenerateScriptCtor ( ClassFileWriter cfw ) : void |
|
|
GetBodyMethodName ( ScriptNode n ) : string |
|
|
GetBodyMethodSignature ( ScriptNode n ) : string |
|
|
GetCompiledRegexpName ( ScriptNode n, int regexpIndex ) : string |
|
|
GetDirectCtorName ( ScriptNode n ) : string |
|
|
GetFunctionInitMethodName ( OptFunctionNode ofn ) : string |
|
|
GetIndex ( ScriptNode n ) : int |
|
|
GetStaticConstantWrapperType ( double num ) : string |
|
|
InitOptFunctions_r ( ScriptNode scriptOrFn ) : void |
|
|
InitScriptNodesData ( ScriptNode scriptOrFn ) : void |
|
|
IsGenerator ( ScriptNode node ) : bool |
|
|
PushNumberAsObject ( ClassFileWriter cfw, double num ) : void |
|
|
PushUndefined ( ClassFileWriter cfw ) : void |
|
|
ReportClassFileFormatException ( ScriptNode scriptOrFn, string message ) : Exception |
|
|
Transform ( ScriptNode tree ) : void |
|
|