torque Torque Game Engine Documentation
TGE Version 1.5.2

IntUnaryExprNode Struct Reference

#include <ast.h>

Inheritance diagram for IntUnaryExprNode:

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 IntUnaryExprNodealloc (S32 op, ExprNode *expr)

Data Fields

S32 op
ExprNodeexpr
bool integer

Member Function Documentation

static IntUnaryExprNode* IntUnaryExprNode::alloc ( S32  op,
ExprNode expr 
) [static]

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

Implements ExprNode.

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

Implements ExprNode.

TypeReq IntUnaryExprNode::getPreferredType (  )  [virtual]

Implements ExprNode.


Field Documentation




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