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

Method CppiaIntExpr

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

Source from the content-addressed store, hash-verified

165struct CppiaIntExpr : public CppiaExpr
166{
167 CppiaIntExpr(const CppiaExpr *inSrc=0) : CppiaExpr(inSrc) {}
168
169 const char *getName() HXCPP_OVERRIDE { return "CppiaIntExpr"; }
170 ExprType getType() HXCPP_OVERRIDE { return etInt; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected