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

Method GetVariable

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

Source from the content-addressed store, hash-verified

242 : cASTNode(fp), m_var(v), m_expr(e), m_code(c) { ; }
243
244 inline cASTVariableDefinition* GetVariable() { return m_var; }
245 inline cASTNode* GetValues() { return m_expr; }
246 inline cASTNode* GetCode() { return m_code; }
247

Callers 5

VisitForeachBlockMethod · 0.80
VisitAssignmentMethod · 0.80
VisitForeachBlockMethod · 0.80
VisitAssignmentMethod · 0.80
VisitForeachBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected