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

Function NewExprListContext

parser/gen/cel_parser.go:3862–3871  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

3860func (*ExprListContext) IsExprListContext() {}
3861
3862func NewExprListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExprListContext {
3863 var p = new(ExprListContext)
3864
3865 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
3866
3867 p.parser = parser
3868 p.RuleIndex = CELParserRULE_exprList
3869
3870 return p
3871}
3872
3873func (s *ExprListContext) GetParser() antlr.Parser { return s.parser }
3874

Callers 1

ExprListMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected