()
| 3748 | } |
| 3749 | |
| 3750 | func (s *LiteralContext) BOOL_LITERAL() antlr.TerminalNode { |
| 3751 | return s.GetToken(GScriptParserBOOL_LITERAL, 0) |
| 3752 | } |
| 3753 | |
| 3754 | func (s *LiteralContext) NULL_LITERAL() antlr.TerminalNode { |
| 3755 | return s.GetToken(GScriptParserNULL_LITERAL, 0) |
no outgoing calls
no test coverage detected