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

Method BOOLEAN

parser/gscript_parser.go:7650–7652  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7648}
7649
7650func (s *PrimitiveTypeContext) BOOLEAN() antlr.TerminalNode {
7651 return s.GetToken(GScriptParserBOOLEAN, 0)
7652}
7653
7654func (s *PrimitiveTypeContext) BYTE() antlr.TerminalNode {
7655 return s.GetToken(GScriptParserBYTE, 0)

Callers 1

ExitPrimitiveTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected