()
| 6360 | } |
| 6361 | |
| 6362 | func (s *ExprContext) RBRACK() antlr.TerminalNode { |
| 6363 | return s.GetToken(GScriptParserRBRACK, 0) |
| 6364 | } |
| 6365 | |
| 6366 | func (s *ExprContext) MULT() antlr.TerminalNode { |
| 6367 | return s.GetToken(GScriptParserMULT, 0) |
no outgoing calls
no test coverage detected