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

Function NewEmptyBlockStatementContext

parser/gscript_parser.go:4378–4383  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4376}
4377
4378func NewEmptyBlockStatementContext() *BlockStatementContext {
4379 var p = new(BlockStatementContext)
4380 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1)
4381 p.RuleIndex = GScriptParserRULE_blockStatement
4382 return p
4383}
4384
4385func (*BlockStatementContext) IsBlockStatementContext() {}
4386

Callers 4

NewBlockStmContextFunction · 0.85
NewBlockFuncContextFunction · 0.85
NewBlockVarDeclarContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected