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

Method HasElse

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

Source from the content-addressed store, hash-verified

295
296 inline bool HasElseIfs() const { return (m_elifs.GetSize()); }
297 inline bool HasElse() const { return (m_else); }
298
299 void Accept(cASTVisitor& visitor);
300};

Callers 2

VisitIfBlockMethod · 0.80
VisitIfBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected