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