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

Function NewEmptyBlockStatementsContext

parser/gscript_parser.go:4224–4229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4222}
4223
4224func NewEmptyBlockStatementsContext() *BlockStatementsContext {
4225 var p = new(BlockStatementsContext)
4226 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1)
4227 p.RuleIndex = GScriptParserRULE_blockStatements
4228 return p
4229}
4230
4231func (*BlockStatementsContext) IsBlockStatementsContext() {}
4232

Callers 1

NewBlockStmsContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected