| 2001 | CppiaExpr *thisExpr; |
| 2002 | |
| 2003 | CallGetIndex(CppiaExpr *inSrc, CppiaExpr *inThis) : CppiaIntExpr(inSrc) |
| 2004 | { |
| 2005 | thisExpr = inThis; |
| 2006 | } |
| 2007 | |
| 2008 | const char *getName() HXCPP_OVERRIDE { return "__Index"; } |
| 2009 | CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE |
nothing calls this directly
no outgoing calls
no test coverage detected