Property | Type | Description | |
---|---|---|---|
EnableDebugMode | bool | ||
IsLowMemory | bool | ||
IsTarminating | bool | ||
NULL_ARG | Kirikiri.Tjs2.Variant[] | ||
mEvalOperatorIsOnGlobal | bool | ||
mStorage | StorageInterface | ||
mUnaryAsteriskIgnoresPropAccess | bool | ||
mWarnOnNonGlobalEvalOperator | bool |
Method | Description | |
---|---|---|
AddScriptBlock ( |
||
AllocateVariant ( ) : |
||
AssignMessage ( string name, string newmsg ) : bool | ||
CompileScript ( string script, string name, int lineofs, bool isresultneeded, |
||
CreateArrayObject ( ) : Dispatch2 | ||
CreateArrayObject ( Holder |
||
CreateDictionaryObject ( ) : Dispatch2 | ||
CreateDictionaryObject ( Holder |
||
CreateMessageMapString ( ) : string | ||
Dump ( ) : void | ||
Dump ( int width ) : void | ||
EvalExpression ( string expression, |
||
ExecScript ( string script, |
||
FinalizeApplication ( ) : void | ||
FindNaitveClassID ( string name ) : int | ||
FindNativeClassName ( int id ) : string | ||
GetConsoleOutput ( ) : ConsoleOutput | ||
GetGlobal ( ) : Dispatch2 | ||
GetMessageMapMessage ( string name ) : string | ||
GetPPValue ( string name ) : int | ||
Initialize ( ) : void | ||
LexTest ( string script ) : void | ||
LoadByteCode ( |
||
MapGlobalStringMap ( string str ) : string | ||
OutputExceptionToConsole ( string msg ) : void | ||
OutputToConsole ( string mes ) : void | ||
OutputToConsoleSeparator ( string text, int count ) : void | ||
OutputToConsoleWithCentering ( string msg, int width ) : void | ||
RegisterMessageMap ( string name, |
||
RegisterNativeClass ( string name ) : int | ||
ReleaseVariant ( |
||
RemoveScriptBlock ( |
||
SetConsoleOutput ( ConsoleOutput console ) : void | ||
SetPPValue ( string name, int value ) : void | ||
Shutdown ( ) : void | ||
TJS ( ) : System.Collections.Generic | ||
ToJavaCode ( string script, string name, int lineofs, bool isresultneeded ) : void | ||
UnregisterMessageMap ( string name ) : void |
Method | Description | |
---|---|---|
CompactScriptBlock ( ) : void |
public AddScriptBlock ( |
||
block | ||
return | void |
public static AssignMessage ( string name, string newmsg ) : bool | ||
name | string | |
newmsg | string | |
return | bool |
public CompileScript ( string script, string name, int lineofs, bool isresultneeded, |
||
script | string | |
name | string | |
lineofs | int | |
isresultneeded | bool | |
output | ||
return | void |
public static CreateArrayObject ( ) : Dispatch2 | ||
return | Dispatch2 |
public static CreateArrayObject ( Holder |
||
classout | Holder |
|
return | Dispatch2 |
public static CreateDictionaryObject ( ) : Dispatch2 | ||
return | Dispatch2 |
public static CreateDictionaryObject ( Holder |
||
classout | Holder |
|
return | Dispatch2 |
public static CreateMessageMapString ( ) : string | ||
return | string |
public EvalExpression ( string expression, |
||
expression | string | |
result | ||
context | Dispatch2 | |
name | string | |
lineofs | int | |
return | void |
public ExecScript ( string script, |
||
script | string | |
result | ||
context | Dispatch2 | |
name | string | |
lineofs | int | |
return | void |
public static FindNaitveClassID ( string name ) : int | ||
name | string | |
return | int |
public static FindNativeClassName ( int id ) : string | ||
id | int | |
return | string |
public static GetConsoleOutput ( ) : ConsoleOutput | ||
return | ConsoleOutput |
public static GetMessageMapMessage ( string name ) : string | ||
name | string | |
return | string |
public LoadByteCode ( |
||
result | ||
context | Dispatch2 | |
name | string | |
input | ||
return | void |
public static MapGlobalStringMap ( string str ) : string | ||
str | string | |
return | string |
public static OutputExceptionToConsole ( string msg ) : void | ||
msg | string | |
return | void |
public static OutputToConsole ( string mes ) : void | ||
mes | string | |
return | void |
public static OutputToConsoleSeparator ( string text, int count ) : void | ||
text | string | |
count | int | |
return | void |
public static OutputToConsoleWithCentering ( string msg, int width ) : void | ||
msg | string | |
width | int | |
return | void |
public static RegisterMessageMap ( string name, |
||
name | string | |
holder | ||
return | void |
public static RegisterNativeClass ( string name ) : int | ||
name | string | |
return | int |
public static ReleaseVariant ( |
||
v | ||
return | void |
public RemoveScriptBlock ( |
||
block | ||
return | void |
public static SetConsoleOutput ( ConsoleOutput console ) : void | ||
console | ConsoleOutput | |
return | void |
public SetPPValue ( string name, int value ) : void | ||
name | string | |
value | int | |
return | void |
public ToJavaCode ( string script, string name, int lineofs, bool isresultneeded ) : void | ||
script | string | |
name | string | |
lineofs | int | |
isresultneeded | bool | |
return | void |
public static UnregisterMessageMap ( string name ) : void | ||
name | string | |
return | void |
public static Variant[],Kirikiri.Tjs2 NULL_ARG | ||
return | Kirikiri.Tjs2.Variant[] |
public static bool mEvalOperatorIsOnGlobal | ||
return | bool |
public static StorageInterface mStorage | ||
return | StorageInterface |
public static bool mUnaryAsteriskIgnoresPropAccess | ||
return | bool |