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

Function NewFloatContext

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

Source from the content-addressed store, hash-verified

3905}
3906
3907func NewFloatContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *FloatContext {
3908 var p = new(FloatContext)
3909
3910 InitEmptyTermContext(&p.TermContext)
3911 p.parser = parser
3912 p.CopyAll(ctx.(*TermContext))
3913
3914 return p
3915}
3916
3917func (s *FloatContext) GetRuleContext() antlr.RuleContext {
3918 return s

Callers 1

TermMethod · 0.85

Calls 2

InitEmptyTermContextFunction · 0.85
CopyAllMethod · 0.80

Tested by

no test coverage detected