Torque2D Reference
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
StreqExprNode Struct Reference

#include <ast.h>

+ Inheritance diagram for StreqExprNode:

Public Member Functions

U32 precompile (TypeReq type)
 
U32 compile (U32 *codeStream, U32 ip, TypeReq type)
 
TypeReq getPreferredType ()
 

Static Public Member Functions

static StreqExprNodealloc (ExprNode *left, ExprNode *right, bool eq)
 

Public Attributes

bool eq
 
- Public Attributes inherited from BinaryExprNode
S32 op
 
ExprNodeleft
 
ExprNoderight
 

Member Function Documentation

StreqExprNode * alloc ( ExprNode left,
ExprNode right,
bool  eq 
)
static
U32 compile ( U32 *  codeStream,
U32  ip,
TypeReq  type 
)
virtual

Implements ExprNode.

TypeReq getPreferredType ( )
virtual

Implements ExprNode.

U32 precompile ( TypeReq  type)
virtual

Implements ExprNode.

Member Data Documentation

bool eq

The documentation for this struct was generated from the following files: