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

Method GetObject

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

Source from the content-addressed store, hash-verified

599 ~cASTObjectCall() { delete m_object; delete m_args; }
600
601 cASTNode* GetObject() { return m_object; }
602 const cString& GetName() const { return m_name; }
603
604 void SetArguments(cASTArgumentList* args) { delete m_args; m_args = args; }

Callers 8

InitializeComponentMethod · 0.45
InitializeComponentMethod · 0.45
GetMethod · 0.45
VisitObjectCallMethod · 0.45
VisitObjectCallMethod · 0.45
VisitObjectReferenceMethod · 0.45
VisitObjectCallMethod · 0.45
VisitObjectReferenceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected