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

Method ArrayAccessI

src/hx/cppia/Cppia.cpp:5541–5552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5539 CrementOp crement;
5540
5541 ArrayAccessI(CppiaExpr *inSrc, int inClassId, CppiaExpr *inObj, CppiaExpr *inI)
5542 : CppiaDynamicExpr(inSrc)
5543 {
5544 object = inObj;
5545 index = inI;
5546 value = 0;
5547 assign = aoNone;
5548 crement = coNone;
5549 classId = inClassId;
5550 __get = 0;
5551 __set = 0;
5552 }
5553
5554 const char *getName() HXCPP_OVERRIDE { return "ArrayAccessI"; }
5555 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected