()
| 6388 | } |
| 6389 | |
| 6390 | func (s *ExprContext) LT() antlr.TerminalNode { |
| 6391 | return s.GetToken(GScriptParserLT, 0) |
| 6392 | } |
| 6393 | |
| 6394 | func (s *ExprContext) EQUAL() antlr.TerminalNode { |
| 6395 | return s.GetToken(GScriptParserEQUAL, 0) |
no outgoing calls
no test coverage detected