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

Method SetVar

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

Source from the content-addressed store, hash-verified

149 inline int GetVarID() const { return m_id; }
150 inline bool IsVarGlobal() const { return m_global; }
151 inline void SetVar(int in_id, bool global) { m_id = in_id; m_global = global; }
152
153 void Accept(cASTVisitor& visitor);
154};

Callers 5

SetVarMethod · 0.45
VisitAssignmentMethod · 0.45
VisitUnpackTargetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected