torque Torque Game Engine Documentation
TGE Version 1.5.2

IntBinaryExprNode Struct Reference

#include <ast.h>

Inheritance diagram for IntBinaryExprNode:

Inheritance graph
[legend]

Public Member Functions

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

Static Public Member Functions

static IntBinaryExprNodealloc (S32 op, ExprNode *left, ExprNode *right)

Data Fields

TypeReq subType
U32 operand

Member Function Documentation

static IntBinaryExprNode* IntBinaryExprNode::alloc ( S32  op,
ExprNode left,
ExprNode right 
) [static]

void IntBinaryExprNode::getSubTypeOperand (  ) 

U32 IntBinaryExprNode::precompile ( TypeReq  type  )  [virtual]

Implements ExprNode.

U32 IntBinaryExprNode::compile ( U32 codeStream,
U32  ip,
TypeReq  type 
) [virtual]

Implements ExprNode.

TypeReq IntBinaryExprNode::getPreferredType (  )  [virtual]

Implements ExprNode.


Field Documentation




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