| 15 | var _ = unicode.IsLetter |
| 16 | |
| 17 | type CELLexer struct { |
| 18 | *antlr.BaseLexer |
| 19 | channelNames []string |
| 20 | modeNames []string |
| 21 | // TODO: EOF string |
| 22 | } |
| 23 | |
| 24 | var CELLexerLexerStaticData struct { |
| 25 | once sync.Once |
nothing calls this directly
no outgoing calls
no test coverage detected