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

Method BOOL_LITERAL

parser/gscript_parser.go:3750–3752  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3748}
3749
3750func (s *LiteralContext) BOOL_LITERAL() antlr.TerminalNode {
3751 return s.GetToken(GScriptParserBOOL_LITERAL, 0)
3752}
3753
3754func (s *LiteralContext) NULL_LITERAL() antlr.TerminalNode {
3755 return s.GetToken(GScriptParserNULL_LITERAL, 0)

Callers 2

VisitLiteralMethod · 0.80
ExitLiteralMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected