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