C# Class Rhino.ImporterTopLevel

Inheritance: TopLevel
ファイルを表示 Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method Description
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
Get ( string name, Scriptable start ) : object
GetClassName ( ) : string
Has ( string name, Scriptable start ) : bool
ImporterTopLevel ( ) : System
ImporterTopLevel ( Context cx ) : System
ImporterTopLevel ( Context cx, bool @sealed ) : System
Init ( Context cx, Scriptable scope, bool @sealed ) : void
InitStandardObjects ( Context cx, bool @sealed ) : void

Protected Methods

Method Description
FindPrototypeId ( string s ) : int
InitPrototypeId ( int id ) : void

Private Methods

Method Description
GetPackageProperty ( string name, Scriptable start ) : object
ImportClass ( NativeJavaClass cl ) : void
ImportPackage ( Context cx, Scriptable thisObj, object args, System.Function funObj ) : void
ImportPackage ( NativeJavaPackage pkg ) : void
Js_construct ( Scriptable scope, object args ) : object
Js_importClass ( object args ) : object
Js_importPackage ( object args ) : object
RealThis ( Scriptable thisObj, IdFunctionObject f ) : ImporterTopLevel

Method Details

ExecIdCall() public method

public ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
f IdFunctionObject
cx Context
scope Scriptable
thisObj Scriptable
args object
return object

FindPrototypeId() protected method

protected FindPrototypeId ( string s ) : int
s string
return int

Get() public method

public Get ( string name, Scriptable start ) : object
name string
start Scriptable
return object

GetClassName() public method

public GetClassName ( ) : string
return string

Has() public method

public Has ( string name, Scriptable start ) : bool
name string
start Scriptable
return bool

ImporterTopLevel() public method

public ImporterTopLevel ( ) : System
return System

ImporterTopLevel() public method

public ImporterTopLevel ( Context cx ) : System
cx Context
return System

ImporterTopLevel() public method

public ImporterTopLevel ( Context cx, bool @sealed ) : System
cx Context
@sealed bool
return System

Init() public static method

public static Init ( Context cx, Scriptable scope, bool @sealed ) : void
cx Context
scope Scriptable
@sealed bool
return void

InitPrototypeId() protected method

protected InitPrototypeId ( int id ) : void
id int
return void

InitStandardObjects() public method

public InitStandardObjects ( Context cx, bool @sealed ) : void
cx Context
@sealed bool
return void