torque Torque Game Engine Documentation
CVS Revision Label 1.3.x

CommaCatExprNode Struct Reference

#include <ast.h>

Inheritance diagram for CommaCatExprNode:

BinaryExprNode ExprNode StmtNode

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)

Member Function Documentation

static CommaCatExprNode* CommaCatExprNode::alloc ExprNode left,
ExprNode right
[static]
 

U32 CommaCatExprNode::precompile TypeReq  type  )  [virtual]
 

Implements ExprNode.

U32 CommaCatExprNode::compile U32 codeStream,
U32  ip,
TypeReq  type
[virtual]
 

Implements ExprNode.

TypeReq CommaCatExprNode::getPreferredType  )  [virtual]
 

Implements ExprNode.




All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with Doxygen