Method | Description | |
---|---|---|
Assign ( ) : |
||
AssignCompute ( TokenType type, |
||
Clone ( ) : |
||
Compare ( TokenType type, |
||
GetValue ( object index ) : |
||
ScriptString ( Script script, string value ) : Scorpio.Compiler | ||
ToJson ( ) : string |
public AssignCompute ( TokenType type, |
||
type | TokenType | |
obj | ||
return |
public Compare ( TokenType type, |
||
type | TokenType | |
obj | ||
return | bool |
public GetValue ( object index ) : |
||
index | object | |
return |
public ScriptString ( Script script, string value ) : Scorpio.Compiler | ||
script | Script | |
value | string | |
return | Scorpio.Compiler |