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

Function NewEmptyStatementContext

parser/gscript_parser.go:4692–4697  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4690}
4691
4692func NewEmptyStatementContext() *StatementContext {
4693 var p = new(StatementContext)
4694 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1)
4695 p.RuleIndex = GScriptParserRULE_statement
4696 return p
4697}
4698
4699func (*StatementContext) IsStatementContext() {}
4700

Callers 8

NewStmBlockLabelContextFunction · 0.85
NewStmExprContextFunction · 0.85
NewStmForContextFunction · 0.85
NewStmWhileContextFunction · 0.85
NewStmIfElseContextFunction · 0.85
NewStmReturnContextFunction · 0.85
NewStmBreakContextFunction · 0.85
NewStmContinueContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected