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

Method FLOAT

parser/gscript_parser.go:7646–7648  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7644}
7645
7646func (s *PrimitiveTypeContext) FLOAT() antlr.TerminalNode {
7647 return s.GetToken(GScriptParserFLOAT, 0)
7648}
7649
7650func (s *PrimitiveTypeContext) BOOLEAN() antlr.TerminalNode {
7651 return s.GetToken(GScriptParserBOOLEAN, 0)

Callers 1

ExitPrimitiveTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected