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

Method IfElseExpr

src/hx/cppia/Cppia.cpp:478–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476
477 const char *getName() HXCPP_OVERRIDE { return "IfElseExpr"; }
478 IfElseExpr(CppiaStream &stream)
479 {
480 condition = createCppiaExpr(stream);
481 doIf = createCppiaExpr(stream);
482 doElse = createCppiaExpr(stream);
483 }
484
485 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE
486 {

Callers

nothing calls this directly

Calls 1

createCppiaExprFunction · 0.85

Tested by

no test coverage detected