VarNode

Engine/source/console/ast.h

More...

Public Static Functions

alloc(S32 lineNumber, StringTableEntry varName, ExprNode * arrayIndex)

Public Functions

Detailed Description

Public Attributes

ExprNode * arrayIndex 
StringTableEntry varName 

Public Static Functions

alloc(S32 lineNumber, StringTableEntry varName, ExprNode * arrayIndex)

Public Functions

compile(CodeStream & codeStream, U32 ip, TypeReq type)

Reimplemented from: ExprNode

DBG_STMT_TYPE(VarNode )

getPreferredType()

Reimplemented from: ExprNode