torque Torque Game Engine Documentation
CVS Revision Label 1.3.x

AssignExprNode Struct Reference

#include <ast.h>

Inheritance diagram for AssignExprNode:

ExprNode StmtNode

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

StringTableEntry AssignExprNode::varName
 

ExprNode* AssignExprNode::expr
 

ExprNode* AssignExprNode::arrayIndex
 

TypeReq AssignExprNode::subType
 




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