Torque Game Engine Documentation
TGE Version 1.5.2
Torque Home
Class Hierarchy
Data Structures
Namespaces
Namespace Members
File List
Globals
IntUnaryExprNode Struct Reference
#include <ast.h>
Inheritance diagram for IntUnaryExprNode:
[
legend
]
Public Member Functions
U32
precompile
(
TypeReq
type
)
U32
compile
(
U32
*codeStream,
U32
ip,
TypeReq
type
)
TypeReq
getPreferredType
()
Static Public Member Functions
static
IntUnaryExprNode
*
alloc
(
S32
op
,
ExprNode
*
expr
)
Data Fields
S32
op
ExprNode
*
expr
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
S32
IntUnaryExprNode::op
ExprNode
*
IntUnaryExprNode::expr
bool
IntUnaryExprNode::integer
All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with
Doxygen