(ctx *TermContext)
| 3801 | func (s *TermContext) GetParser() antlr.Parser { return s.parser } |
| 3802 | |
| 3803 | func (s *TermContext) CopyAll(ctx *TermContext) { |
| 3804 | s.CopyFrom(&ctx.BaseParserRuleContext) |
| 3805 | } |
| 3806 | |
| 3807 | func (s *TermContext) GetRuleContext() antlr.RuleContext { |
| 3808 | return s |
no outgoing calls
no test coverage detected