()
| 3734 | } |
| 3735 | |
| 3736 | func (s *LiteralContext) FLOAT_LITERAL() antlr.TerminalNode { |
| 3737 | return s.GetToken(GScriptParserFLOAT_LITERAL, 0) |
| 3738 | } |
| 3739 | |
| 3740 | func (s *LiteralContext) String_() IString_Context { |
| 3741 | var t = s.GetTypedRuleContext(reflect.TypeOf((*IString_Context)(nil)).Elem(), 0) |
no outgoing calls
no test coverage detected