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