Torque2D Reference
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
StrcatExprNode Struct 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 StrcatExprNodealloc (ExprNode *left, ExprNode *right, int appendChar)
 

Public Attributes

int appendChar
 
- Public Attributes inherited from BinaryExprNode
S32 op
 
ExprNodeleft
 
ExprNoderight
 

Member Function Documentation

StrcatExprNode * alloc ( ExprNode left,
ExprNode right,
int  appendChar 
)
static
U32 compile ( U32 *  codeStream,
U32  ip,
TypeReq  type 
)
virtual

Implements ExprNode.

TypeReq getPreferredType ( )
virtual

Implements ExprNode.

U32 precompile ( TypeReq  type)
virtual

Implements ExprNode.

Member Data Documentation

int appendChar

The documentation for this struct was generated from the following files: