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

Method GetValues

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

Source from the content-addressed store, hash-verified

243
244 inline cASTVariableDefinition* GetVariable() { return m_var; }
245 inline cASTNode* GetValues() { return m_expr; }
246 inline cASTNode* GetCode() { return m_code; }
247
248 void Accept(cASTVisitor& visitor);

Callers 8

~cASLibraryMethod · 0.45
VisitForeachBlockMethod · 0.45
VisitLiteralArrayMethod · 0.45
SetWithValuesMethod · 0.45
VisitForeachBlockMethod · 0.45
VisitLiteralArrayMethod · 0.45
VisitForeachBlockMethod · 0.45
VisitLiteralArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected