MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / CallGetIndex

Method CallGetIndex

src/hx/cppia/Cppia.cpp:2003–2006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected