FuncCallExprNode
Public Types
enum
_Anonymous_ { FunctionCall MethodCall ParentCall }
Public Attributes
Public Static Functions
alloc(S32 lineNumber, StringTableEntry funcName, StringTableEntry nameSpace, ExprNode * args, bool dot)
Public Functions
compile(CodeStream & codeStream, U32 ip, TypeReq type)
Detailed Description
Public Types
@46
Enumerator
- FunctionCall
- MethodCall
- ParentCall
Public Attributes
ExprNode * args
U32 callType
StringTableEntry funcName
StringTableEntry nameSpace
Public Static Functions
alloc(S32 lineNumber, StringTableEntry funcName, StringTableEntry nameSpace, ExprNode * args, bool dot)
Public Functions
compile(CodeStream & codeStream, U32 ip, TypeReq type)
Reimplemented from: ExprNode
DBG_STMT_TYPE(FuncCallExprNode )
getPreferredType()
Reimplemented from: ExprNode