MCPcopy Create free account
hub / github.com/cel-expr/cel-go / CELLexer

Struct CELLexer

parser/gen/cel_lexer.go:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15var _ = unicode.IsLetter
16
17type CELLexer struct {
18 *antlr.BaseLexer
19 channelNames []string
20 modeNames []string
21 // TODO: EOF string
22}
23
24var CELLexerLexerStaticData struct {
25 once sync.Once

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected