AssignExprNode
Public Attributes
Public Static Functions
alloc(S32 lineNumber, StringTableEntry varName, ExprNode * arrayIndex, ExprNode * expr)
Public Functions
compile(CodeStream & codeStream, U32 ip, TypeReq type)
Detailed Description
Public Attributes
ExprNode * arrayIndex
ExprNode * expr
TypeReq subType
StringTableEntry varName
Public Static Functions
alloc(S32 lineNumber, StringTableEntry varName, ExprNode * arrayIndex, ExprNode * expr)
Public Functions
compile(CodeStream & codeStream, U32 ip, TypeReq type)
Reimplemented from: ExprNode
DBG_STMT_TYPE(AssignExprNode )
getPreferredType()
Reimplemented from: ExprNode