|
Torque2D Reference
|
#include <ast.h>
Inheritance diagram for IntBinaryExprNode:Public Member Functions | |
| void | getSubTypeOperand () |
| U32 | precompile (TypeReq type) |
| U32 | compile (U32 *codeStream, U32 ip, TypeReq type) |
| TypeReq | getPreferredType () |
Static Public Member Functions | |
| static IntBinaryExprNode * | alloc (S32 op, ExprNode *left, ExprNode *right) |
Public Attributes | |
| TypeReq | subType |
| U32 | operand |
Public Attributes inherited from BinaryExprNode | |
| S32 | op |
| ExprNode * | left |
| ExprNode * | right |
|
static |
|
virtual |
Implements ExprNode.
|
virtual |
Implements ExprNode.
| void getSubTypeOperand | ( | ) |
|
virtual |
Implements ExprNode.
| U32 operand |
| TypeReq subType |
1.8.3.1