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