| 2979 | //----------------- FieldContext ------------------------------------------------------------------ |
| 2980 | |
| 2981 | LuaParser::FieldContext::FieldContext(ParserRuleContext *parent, size_t invokingState) |
| 2982 | : ParserRuleContext(parent, invokingState) { |
| 2983 | } |
| 2984 | |
| 2985 | tree::TerminalNode* LuaParser::FieldContext::LSB() { |
| 2986 | return getToken(LuaParser::LSB, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected