(ruleNames []string, recog antlr.Recognizer)
| 1612 | } |
| 1613 | |
| 1614 | func (s *ParseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string { |
| 1615 | return antlr.TreesStringTree(s, ruleNames, recog) |
| 1616 | } |
| 1617 | |
| 1618 | func (s *ParseContext) EnterRule(listener antlr.ParseTreeListener) { |
| 1619 | if listenerT, ok := listener.(ParserListener); ok { |
nothing calls this directly
no outgoing calls
no test coverage detected