ConditionalExprNode
Public Static Functions
Public Functions
compile(CodeStream & codeStream, U32 ip, TypeReq type)
Detailed Description
Public Attributes
ExprNode * falseExpr
bool integer
ExprNode * testExpr
ExprNode * trueExpr
Public Static Functions
alloc(S32 lineNumber, ExprNode * testExpr, ExprNode * trueExpr, ExprNode * falseExpr)
Public Functions
compile(CodeStream & codeStream, U32 ip, TypeReq type)
Reimplemented from: ExprNode
DBG_STMT_TYPE(ConditionalExprNode )
getPreferredType()
Reimplemented from: ExprNode