C# Class Rhino.NativeString

Inheritance: IdScriptableObject
Mostrar archivo 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 ( int index, Scriptable start ) : object
GetClassName ( ) : string
Put ( int index, Scriptable start, object value ) : void
ToCharSequence ( ) : CharSequence
ToString ( ) : string

Protected Methods

Method Description
FillConstructorProperties ( IdFunctionObject ctor ) : void
FindInstanceIdInfo ( string s ) : int
FindPrototypeId ( string s ) : int
GetInstanceIdName ( int id ) : string
GetInstanceIdValue ( int id ) : object
GetMaxInstanceId ( ) : int
InitPrototypeId ( int id ) : void

Private Methods

Method Description
GetLength ( ) : int
Init ( Scriptable scope, bool @sealed ) : void
Js_concat ( string target, object args ) : string
Js_indexOf ( string target, object args ) : int
Js_lastIndexOf ( string target, object args ) : int
Js_slice ( CharSequence target, object args ) : CharSequence
Js_substr ( CharSequence target, object args ) : CharSequence
Js_substring ( Context cx, CharSequence target, object args ) : CharSequence
NativeString ( CharSequence s ) : System
RealThis ( Scriptable thisObj, IdFunctionObject f ) : NativeString
Tagify ( object thisObj, string tag, string attribute, object args ) : string

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

FillConstructorProperties() protected method

protected FillConstructorProperties ( IdFunctionObject ctor ) : void
ctor IdFunctionObject
return void

FindInstanceIdInfo() protected method

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

FindPrototypeId() protected method

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

Get() public method

public Get ( int index, Scriptable start ) : object
index int
start Scriptable
return object

GetClassName() public method

public GetClassName ( ) : string
return string

GetInstanceIdName() protected method

protected GetInstanceIdName ( int id ) : string
id int
return string

GetInstanceIdValue() protected method

protected GetInstanceIdValue ( int id ) : object
id int
return object

GetMaxInstanceId() protected method

protected GetMaxInstanceId ( ) : int
return int

InitPrototypeId() protected method

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

Put() public method

public Put ( int index, Scriptable start, object value ) : void
index int
start Scriptable
value object
return void

ToCharSequence() public method

public ToCharSequence ( ) : CharSequence
return CharSequence

ToString() public method

public ToString ( ) : string
return string