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

Method SetExpr

src/hx/cppia/Cppia.cpp:1101–1106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1099 AssignOp op;
1100
1101 SetExpr(CppiaStream &stream,AssignOp inOp)
1102 {
1103 op = inOp;
1104 lvalue = createCppiaExpr(stream);
1105 value = createCppiaExpr(stream);
1106 }
1107
1108 const char *getName() HXCPP_OVERRIDE { return "SetExpr"; }
1109 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE

Callers

nothing calls this directly

Calls 1

createCppiaExprFunction · 0.85

Tested by

no test coverage detected