MCPcopy Create free account
hub / github.com/crossoverJie/gscript / FLOAT_LITERAL

Method FLOAT_LITERAL

parser/gscript_parser.go:3736–3738  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

VisitLiteralMethod · 0.45
ExitLiteralMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected