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

Method CopyFrom

parser/gscript_parser.go:4714–4716  ·  view source on GitHub ↗
(ctx *StatementContext)

Source from the content-addressed store, hash-verified

4712func (s *StatementContext) GetParser() antlr.Parser { return s.parser }
4713
4714func (s *StatementContext) CopyFrom(ctx *StatementContext) {
4715 s.BaseParserRuleContext.CopyFrom(ctx.BaseParserRuleContext)
4716}
4717
4718func (s *StatementContext) GetRuleContext() antlr.RuleContext {
4719 return s

Callers 15

CopyFromMethod · 0.45
NewBlockStmsContextFunction · 0.45
CopyFromMethod · 0.45
NewBlockStmContextFunction · 0.45
NewBlockFuncContextFunction · 0.45
NewBlockVarDeclarContextFunction · 0.45
NewStmBlockLabelContextFunction · 0.45
NewStmExprContextFunction · 0.45
NewStmForContextFunction · 0.45
NewStmWhileContextFunction · 0.45
NewStmIfElseContextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected