(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 4974 | } |
| 4975 | |
| 4976 | func NewStmIfElseContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *StmIfElseContext { |
| 4977 | var p = new(StmIfElseContext) |
| 4978 | |
| 4979 | p.StatementContext = NewEmptyStatementContext() |
| 4980 | p.parser = parser |
| 4981 | p.CopyFrom(ctx.(*StatementContext)) |
| 4982 | |
| 4983 | return p |
| 4984 | } |
| 4985 | |
| 4986 | func (s *StmIfElseContext) GetRuleContext() antlr.RuleContext { |
| 4987 | return s |
no test coverage detected