Torque2D Reference
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Static Public Member Functions | List of all members
CommaCatExprNode Struct Reference

#include <ast.h>

+ Inheritance diagram for CommaCatExprNode:

Public Member Functions

U32 precompile (TypeReq type)
 
U32 compile (U32 *codeStream, U32 ip, TypeReq type)
 
TypeReq getPreferredType ()
 

Static Public Member Functions

static CommaCatExprNodealloc (ExprNode *left, ExprNode *right)
 

Additional Inherited Members

- Public Attributes inherited from BinaryExprNode
S32 op
 
ExprNodeleft
 
ExprNoderight
 

Member Function Documentation

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

Implements ExprNode.

TypeReq getPreferredType ( )
virtual

Implements ExprNode.

U32 precompile ( TypeReq  type)
virtual

Implements ExprNode.


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