torque Torque Game Engine Documentation
TGE Version 1.5.2

ExprNode Struct Reference

#include <ast.h>

Inheritance diagram for ExprNode:

Inheritance graph
[legend]

Detailed Description

A mathematical expression.


Public Member Functions

U32 precompileStmt (U32 loopCount)
U32 compileStmt (U32 *codeStream, U32 ip, U32 continuePoint, U32 breakPoint)
virtual U32 precompile (TypeReq type)=0
virtual U32 compile (U32 *codeStream, U32 ip, TypeReq type)=0
virtual TypeReq getPreferredType ()=0


Member Function Documentation

U32 ExprNode::precompileStmt ( U32  loopCount  )  [virtual]

Implements StmtNode.

U32 ExprNode::compileStmt ( U32 codeStream,
U32  ip,
U32  continuePoint,
U32  breakPoint 
) [virtual]

Implements StmtNode.




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