()
| 6348 | } |
| 6349 | |
| 6350 | func (s *ExprContext) IDENTIFIER() antlr.TerminalNode { |
| 6351 | return s.GetToken(GScriptParserIDENTIFIER, 0) |
| 6352 | } |
| 6353 | |
| 6354 | func (s *ExprContext) LBRACK() antlr.TerminalNode { |
| 6355 | return s.GetToken(GScriptParserLBRACK, 0) |
no outgoing calls
no test coverage detected