MCPcopy Create free account
hub / github.com/Koihik/LuaFormatter / block

Method block

generated/LuaParser.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40LuaParser::BlockContext* LuaParser::ChunkContext::block() {
41 return getRuleContext<LuaParser::BlockContext>(0);
42}
43
44tree::TerminalNode* LuaParser::ChunkContext::EOF() {
45 return getToken(LuaParser::EOF, 0);

Callers 8

visitChunkMethod · 0.80
visitDoStatMethod · 0.80
visitWhileStatMethod · 0.80
visitRepeatStatMethod · 0.80
visitIfStatMethod · 0.80
visitForStatMethod · 0.80
visitForInStatMethod · 0.80
visitFuncbodyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected