Property | Type | Description | |
---|---|---|---|
m_Script | Script |
Method | Description | |
---|---|---|
Assign ( ) : |
||
AssignCompute ( TokenType type, |
||
Call ( ) : object | ||
Call ( |
||
Clone ( ) : |
||
Compare ( TokenType type, |
||
Compute ( TokenType type, |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetValue ( object key ) : |
||
LogicOperation ( ) : bool | ||
ScriptObject ( Script script ) : System | ||
SetValue ( object key, |
||
ToJson ( ) : string | ||
ToString ( ) : string | ||
call ( ) : object |
public AssignCompute ( TokenType type, |
||
type | TokenType | |
obj | ||
return |
public Call ( |
||
parameters | ||
return | object |
public Compare ( TokenType type, |
||
type | TokenType | |
obj | ||
return | bool |
public Compute ( TokenType type, |
||
type | TokenType | |
obj | ||
return |
public GetValue ( object key ) : |
||
key | object | |
return |
public ScriptObject ( Script script ) : System | ||
script | Script | |
return | System |
public SetValue ( object key, |
||
key | object | |
value | ||
return | void |