MCPcopy Create free account
hub / github.com/WheretIB/nullc / NodeTwoOP

Method NodeTwoOP

NULLC/SyntaxTree.cpp:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171// Node that have two child nodes
172
173NodeTwoOP::NodeTwoOP()
174{
175 second = NULL;
176 nodeType = typeNodeTwoOp;
177}
178NodeTwoOP::~NodeTwoOP()
179{
180}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected