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

Method Expr

parser/gscript_parser.go:6468–6470  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6466}
6467
6468func (p *GScriptParser) Expr() (localctx IExprContext) {
6469 return p.expr(0)
6470}
6471
6472func (p *GScriptParser) expr(_p int) (localctx IExprContext) {
6473 var _parentctx antlr.ParserRuleContext = p.GetParserRuleContext()

Callers

nothing calls this directly

Calls 1

exprMethod · 0.95

Tested by

no test coverage detected