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
IntBinaryExprNode Struct Reference

#include <ast.h>

+ Inheritance diagram for IntBinaryExprNode:

Public Member Functions

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

Static Public Member Functions

static IntBinaryExprNodealloc (S32 op, ExprNode *left, ExprNode *right)
 

Public Attributes

TypeReq subType
 
U32 operand
 
- Public Attributes inherited from BinaryExprNode
S32 op
 
ExprNodeleft
 
ExprNoderight
 

Member Function Documentation

IntBinaryExprNode * alloc ( S32  op,
ExprNode left,
ExprNode right 
)
static
U32 compile ( U32 *  codeStream,
U32  ip,
TypeReq  type 
)
virtual

Implements ExprNode.

TypeReq getPreferredType ( )
virtual

Implements ExprNode.

void getSubTypeOperand ( )
U32 precompile ( TypeReq  type)
virtual

Implements ExprNode.

Member Data Documentation

U32 operand
TypeReq subType

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