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

Function NewStmContinueContext

parser/gscript_parser.go:5159–5167  ·  view source on GitHub ↗
(parser antlr.Parser, ctx antlr.ParserRuleContext)

Source from the content-addressed store, hash-verified

5157}
5158
5159func NewStmContinueContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *StmContinueContext {
5160 var p = new(StmContinueContext)
5161
5162 p.StatementContext = NewEmptyStatementContext()
5163 p.parser = parser
5164 p.CopyFrom(ctx.(*StatementContext))
5165
5166 return p
5167}
5168
5169func (s *StmContinueContext) GetRuleContext() antlr.RuleContext {
5170 return s

Callers 1

StatementMethod · 0.85

Calls 2

NewEmptyStatementContextFunction · 0.85
CopyFromMethod · 0.45

Tested by

no test coverage detected