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

Method VisitObjectReference

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

Source from the content-addressed store, hash-verified

819
820
821void cSemanticASTVisitor::VisitObjectReference(cASTObjectReference& node)
822{
823 node.GetObject()->Accept(*this);
824 checkCast(node.GetObject()->GetType(), TYPEINFO(OBJECT_REF));
825}
826
827
828void cSemanticASTVisitor::VisitVariableReference(cASTVariableReference& node)

Callers

nothing calls this directly

Calls 3

AcceptMethod · 0.80
GetObjectMethod · 0.45
GetTypeMethod · 0.45

Tested by

no test coverage detected