torque Torque Game Engine Documentation
CVS Revision Label 1.3.x

BreakStmtNode Struct Reference

#include <ast.h>

Inheritance diagram for BreakStmtNode:

StmtNode

Public Member Functions

U32 precompileStmt (U32 loopCount)
U32 compileStmt (U32 *codeStream, U32 ip, U32 continuePoint, U32 breakPoint)

Static Public Member Functions

static BreakStmtNodealloc ()

Member Function Documentation

static BreakStmtNode* BreakStmtNode::alloc  )  [static]
 

U32 BreakStmtNode::precompileStmt U32  loopCount  )  [virtual]
 

Implements StmtNode.

U32 BreakStmtNode::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