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

Method Nil

parser/gscript_parser.go:3758–3760  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3756}
3757
3758func (s *LiteralContext) Nil() antlr.TerminalNode {
3759 return s.GetToken(GScriptParserNil, 0)
3760}
3761
3762func (s *LiteralContext) GetRuleContext() antlr.RuleContext {
3763 return s

Callers 6

TestCompiler_CompilerIf2Function · 0.80
TestCalculatorFunction · 0.80
TestCalculator2Function · 0.80
TestCalculator6Function · 0.80
TestCalculator7Function · 0.80
ExitLiteralMethod · 0.80

Calls

no outgoing calls

Tested by 5

TestCompiler_CompilerIf2Function · 0.64
TestCalculatorFunction · 0.64
TestCalculator2Function · 0.64
TestCalculator6Function · 0.64
TestCalculator7Function · 0.64