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

Method HasElseIfs

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

Source from the content-addressed store, hash-verified

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); }
298
299 void Accept(cASTVisitor& visitor);

Callers 1

VisitIfBlockMethod · 0.80

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected