MCPcopy Create free account
hub / github.com/cel-expr/cel-go / NewExprListContext

Function NewExprListContext

repl/parser/commands_parser.go:7820–7829  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

7818func (*ExprListContext) IsExprListContext() {}
7819
7820func NewExprListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExprListContext {
7821 var p = new(ExprListContext)
7822
7823 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
7824
7825 p.parser = parser
7826 p.RuleIndex = CommandsParserRULE_exprList
7827
7828 return p
7829}
7830
7831func (s *ExprListContext) GetParser() antlr.Parser { return s.parser }
7832

Callers 1

ExprListMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected