torque Torque Game Engine Documentation
TGE Version 1.5.2

AssignExprNode Struct Reference

#include <ast.h>

Inheritance diagram for AssignExprNode:

Inheritance graph
[legend]

Public Member Functions

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

Static Public Member Functions

static AssignExprNodealloc (StringTableEntry varName, ExprNode *arrayIndex, ExprNode *expr)

Data Fields

StringTableEntry varName
ExprNodeexpr
ExprNodearrayIndex
TypeReq subType

Member Function Documentation

static AssignExprNode* AssignExprNode::alloc ( StringTableEntry  varName,
ExprNode arrayIndex,
ExprNode expr 
) [static]

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

Implements ExprNode.

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

Implements ExprNode.

TypeReq AssignExprNode::getPreferredType (  )  [virtual]

Implements ExprNode.


Field Documentation




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