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

Method IsVarGlobal

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

Source from the content-addressed store, hash-verified

148
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);

Callers 3

VisitAssignmentMethod · 0.45
VisitUnpackTargetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected