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

Method VisitWhileBlock

avida-core/source/script/cSemanticASTVisitor.cc:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203
204
205void cSemanticASTVisitor::VisitWhileBlock(cASTWhileBlock& node)
206{
207 node.GetCondition()->Accept(*this);
208 checkCast(node.GetCondition()->GetType(), TYPEINFO(BOOL));
209 node.GetCode()->Accept(*this);
210}
211
212
213

Callers

nothing calls this directly

Calls 4

AcceptMethod · 0.80
GetConditionMethod · 0.45
GetTypeMethod · 0.45
GetCodeMethod · 0.45

Tested by

no test coverage detected