MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / canVisitLabel

Method canVisitLabel

src/ast/ast_simulate.cpp:143–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 SimulateVisitor ( Context & ctx ) : context(ctx) {}
142
143 virtual bool canVisitLabel ( ExprLabel * ) override { return false; }
144 virtual bool canVisitReader ( ExprReader * ) override { return false; }
145
146 void setE ( const Expression * e, SimNode * n ) {

Callers 1

visitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected