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

Method ElseIfIterator

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

Source from the content-addressed store, hash-verified

290 inline cASTNode* GetCode() { return m_code; }
291 inline void AddElseIf(cASTNode* expr, cASTNode* code) { m_elifs.PushRear(new cElseIf(expr, code)); }
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

Callers 3

VisitIfBlockMethod · 0.80
VisitIfBlockMethod · 0.80
VisitIfBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected