(ctx *UnaryContext)
| 1788 | func (s *UnaryContext) GetParser() antlr.Parser { return s.parser } |
| 1789 | |
| 1790 | func (s *UnaryContext) CopyAll(ctx *UnaryContext) { |
| 1791 | s.CopyFrom(&ctx.BaseParserRuleContext) |
| 1792 | } |
| 1793 | |
| 1794 | func (s *UnaryContext) GetRuleContext() antlr.RuleContext { |
| 1795 | return s |
no outgoing calls
no test coverage detected