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

Method ArrayIExpr

src/hx/cppia/Cppia.cpp:5777–5785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5775
5776
5777 ArrayIExpr(CppiaStream &stream)
5778 {
5779 classId = stream.getInt();
5780 thisExpr = createCppiaExpr(stream);
5781 iExpr = createCppiaExpr(stream);
5782 value = 0;
5783 crementOp = coNone;
5784 assignOp = aoNone;
5785 }
5786
5787 const char *getName() HXCPP_OVERRIDE { return "ArrayIExpr"; }
5788

Callers

nothing calls this directly

Calls 2

createCppiaExprFunction · 0.85
getIntMethod · 0.45

Tested by

no test coverage detected