torque Torque Game Engine Documentation
TGE Version 1.5.2

SlotAccessNode Struct Reference

#include <ast.h>

Inheritance diagram for SlotAccessNode:

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 SlotAccessNodealloc (ExprNode *objectExpr, ExprNode *arrayExpr, StringTableEntry slotName)

Data Fields

ExprNodeobjectExpr
ExprNodearrayExpr
StringTableEntry slotName

Member Function Documentation

static SlotAccessNode* SlotAccessNode::alloc ( ExprNode objectExpr,
ExprNode arrayExpr,
StringTableEntry  slotName 
) [static]

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

Implements ExprNode.

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

Implements ExprNode.

TypeReq SlotAccessNode::getPreferredType (  )  [virtual]

Implements ExprNode.


Field Documentation




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