MCPcopy Create free account
hub / github.com/covscript/covscript / get_line_num

Method get_line_num

include/covscript/impl/symbols.hpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 virtual token_types get_type() const noexcept = 0;
207
208 virtual std::size_t get_line_num() const noexcept final
209 {
210 return line_num;
211 }
212
213 virtual bool dump(std::ostream &o) const
214 {

Callers 15

listMethod · 0.45
trim_exprMethod · 0.45
translateMethod · 0.45
process_token_buffMethod · 0.45
translateMethod · 0.45
call_rrMethod · 0.45
call_vvMethod · 0.45
call_rlMethod · 0.45
call_elMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected