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

Method GetElseCode

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

Source from the content-addressed store, hash-verified

292 inline tListIterator<cElseIf> ElseIfIterator() { return tListIterator<cElseIf>(m_elifs); }
293 inline void SetElseCode(cASTNode* code) { m_else = code; }
294 inline cASTNode* GetElseCode() { return m_else; }
295
296 inline bool HasElseIfs() const { return (m_elifs.GetSize()); }
297 inline bool HasElse() const { return (m_else); }

Callers 3

VisitIfBlockMethod · 0.80
VisitIfBlockMethod · 0.80
VisitIfBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected