MCPcopy Create free account
hub / github.com/google/mangle / NewNumContext

Function NewNumContext

parse/gen/mangle_parser.go:4140–4148  ·  view source on GitHub ↗
(parser antlr.Parser, ctx antlr.ParserRuleContext)

Source from the content-addressed store, hash-verified

4138}
4139
4140func NewNumContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *NumContext {
4141 var p = new(NumContext)
4142
4143 InitEmptyTermContext(&p.TermContext)
4144 p.parser = parser
4145 p.CopyAll(ctx.(*TermContext))
4146
4147 return p
4148}
4149
4150func (s *NumContext) GetRuleContext() antlr.RuleContext {
4151 return s

Callers 1

TermMethod · 0.85

Calls 2

InitEmptyTermContextFunction · 0.85
CopyAllMethod · 0.80

Tested by

no test coverage detected