MCPcopy Create free account
hub / github.com/devosoft/avida / GetLeft

Method GetLeft

avida-core/source/script/ASTree.h:418–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416 inline ASToken_t GetOperator() { return m_op; }
417 inline void SetLeft(cASTNode* left) { m_left = left; }
418 inline cASTNode* GetLeft() { return m_left; }
419 inline void SetRight(cASTNode* right) { m_right = right; }
420 inline cASTNode* GetRight() { return m_right; }
421

Callers 3

VisitExpressionBinaryMethod · 0.80
VisitExpressionBinaryMethod · 0.80
VisitExpressionBinaryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected