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

Method unaryOperator

generated/LuaParser.cpp:1923–1925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1921}
1922
1923LuaParser::UnaryOperatorContext* LuaParser::ExpContext::unaryOperator() {
1924 return getRuleContext<LuaParser::UnaryOperatorContext>(0);
1925}
1926
1927std::vector<LuaParser::ExpContext *> LuaParser::ExpContext::exp() {
1928 return getRuleContexts<LuaParser::ExpContext>();

Callers 1

visitExpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected