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

Method SetLastWild

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

Source from the content-addressed store, hash-verified

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; }
701 void SetExpression(cASTNode* expr) { delete m_expr; m_expr = expr; }

Callers 1

parseArrayUnpackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected