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

Method SetArguments

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

Source from the content-addressed store, hash-verified

602 const cString& GetName() const { return m_name; }
603
604 void SetArguments(cASTArgumentList* args) { delete m_args; m_args = args; }
605 cASTArgumentList* GetArguments() { return m_args; }
606
607 const sASTypeInfo& GetType() const { return m_type; }

Callers 3

parseCallExpressionMethod · 0.45
parseExprP6Method · 0.45
parseIDStatementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected