MCPcopy Create free account
hub / github.com/Genivia/RE-flex / write_section_top

Method write_section_top

src/reflex.cpp:2310–2317  ·  view source on GitHub ↗

Write %%top code to lex.yy.cpp

Source from the content-addressed store, hash-verified

2308
2309/// Write %%top code to lex.yy.cpp
2310void Reflex::write_section_top()
2311{
2312 if (!section_top.empty())
2313 {
2314 write_banner("SECTION 1: %top user code");
2315 write_code(section_top);
2316 }
2317}
2318
2319/// Write %%class code to lex.yy.cpp
2320void Reflex::write_section_class()

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected