|
| Operand (OperandType type) |
|
OperandType | getType () const |
|
void | putInteger (int i) |
|
int | getInteger () |
|
void | putDouble (double d) |
|
double | getDouble () |
|
void | putString (Common::String *string) |
|
Common::String * | getString () |
|
void | putVariable (Variable *variable) |
|
Variable * | getVariable () |
|
void | putFunctionId (uint functionId) |
|
uint | getFunctionId () |
|
void | putMethodId (BuiltInMethod methodId) |
|
BuiltInMethod | getMethodId () |
|
void | putAsset (uint32 assetId) |
|
Asset * | getAsset () |
|
uint32 | getAssetId () |
|
void | putCollection (Common::SharedPtr< Collection > collection) |
|
Common::SharedPtr< Collection > | getCollection () |
|
Operand | getLiteralValue () const |
|
bool | operator== (const Operand &other) const |
|
bool | operator< (const Operand &other) const |
|
bool | operator> (const Operand &other) const |
|
bool | operator|| (const Operand &other) const |
|
bool | operator! () const |
|
bool | operator && (const Operand &other) const |
|
Operand | operator+ (const Operand &other) const |
|
Operand | operator- (const Operand &other) const |
|
Operand | operator* (const Operand &other) const |
|
Operand | operator/ (const Operand &other) const |
|
Operand | operator% (const Operand &other) const |
|
Operand | operator- () const |
|
The documentation for this class was generated from the following file: