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

Method GetArguments

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

Source from the content-addressed store, hash-verified

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; }
608

Callers 15

ProcessMethod · 0.45
ProcessMethod · 0.45
ProcessMethod · 0.45
ProcessMethod · 0.45
VisitBuiltInCallMethod · 0.45
VisitFunctionCallMethod · 0.45
VisitObjectCallMethod · 0.45
checkBuiltInCastMethod · 0.45
VisitBuiltInCallMethod · 0.45
VisitFunctionCallMethod · 0.45
VisitObjectCallMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected