()
| 6352 | } |
| 6353 | |
| 6354 | func (s *ExprContext) LBRACK() antlr.TerminalNode { |
| 6355 | return s.GetToken(GScriptParserLBRACK, 0) |
| 6356 | } |
| 6357 | |
| 6358 | func (s *ExprContext) COLON() antlr.TerminalNode { |
| 6359 | return s.GetToken(GScriptParserCOLON, 0) |
no outgoing calls
no test coverage detected