(ctx *UnaryContext)
| 5746 | func (s *UnaryContext) GetParser() antlr.Parser { return s.parser } |
| 5747 | |
| 5748 | func (s *UnaryContext) CopyAll(ctx *UnaryContext) { |
| 5749 | s.CopyFrom(&ctx.BaseParserRuleContext) |
| 5750 | } |
| 5751 | |
| 5752 | func (s *UnaryContext) GetRuleContext() antlr.RuleContext { |
| 5753 | return s |
no outgoing calls
no test coverage detected