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

Method SetLastNamed

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

Source from the content-addressed store, hash-verified

695 inline bool IsLastWild() const { return m_last_wild; }
696
697 inline void SetLastNamed() { m_last_wild = true; m_last_named = true; }
698 inline void SetLastWild() { m_last_wild = true; m_last_named = false; }
699
700 cASTNode* GetExpression() const { return m_expr; }

Callers 1

parseArrayUnpackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected