(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 4784 | } |
| 4785 | |
| 4786 | func NewStmExprContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *StmExprContext { |
| 4787 | var p = new(StmExprContext) |
| 4788 | |
| 4789 | p.StatementContext = NewEmptyStatementContext() |
| 4790 | p.parser = parser |
| 4791 | p.CopyFrom(ctx.(*StatementContext)) |
| 4792 | |
| 4793 | return p |
| 4794 | } |
| 4795 | |
| 4796 | func (s *StmExprContext) GetStatementExpression() IExprContext { return s.statementExpression } |
| 4797 |
no test coverage detected