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