FloatUnaryExprNode Struct Reference

#include <ast.h>

Inheritance diagram for FloatUnaryExprNode:

Inheritance graph
[legend]
List of all members.

Public Member Functions

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

Static Public Member Functions

static FloatUnaryExprNodealloc (S32 op, ExprNode *expr)

Public Attributes

S32 op
ExprNodeexpr

Member Function Documentation

static FloatUnaryExprNode* FloatUnaryExprNode::alloc ( S32  op,
ExprNode expr 
) [static]

U32 FloatUnaryExprNode::precompile ( TypeReq  type  )  [virtual]

Implements ExprNode.

U32 FloatUnaryExprNode::compile ( U32 codeStream,
U32  ip,
TypeReq  type 
) [virtual]

Implements ExprNode.

TypeReq FloatUnaryExprNode::getPreferredType (  )  [virtual]

Implements ExprNode.


Member Data Documentation