kubernetes/vendor/github.com/google/cel-go/parser/gen/cel_lexer.go

var _

var _

var _

type CELLexer

var CELLexerLexerStaticData

func cellexerLexerInit() {}

// CELLexerInit initializes any static state used to implement CELLexer. By default the
// static state used to implement the lexer is lazily initialized during the first call to
// NewCELLexer(). You can call this function if you wish to initialize the static state ahead
// of time.
func CELLexerInit() {}

// NewCELLexer produces a new lexer instance for the optional input antlr.CharStream.
func NewCELLexer(input antlr.CharStream) *CELLexer {}

const CELLexerEQUALS

const CELLexerNOT_EQUALS

const CELLexerIN

const CELLexerLESS

const CELLexerLESS_EQUALS

const CELLexerGREATER_EQUALS

const CELLexerGREATER

const CELLexerLOGICAL_AND

const CELLexerLOGICAL_OR

const CELLexerLBRACKET

const CELLexerRPRACKET

const CELLexerLBRACE

const CELLexerRBRACE

const CELLexerLPAREN

const CELLexerRPAREN

const CELLexerDOT

const CELLexerCOMMA

const CELLexerMINUS

const CELLexerEXCLAM

const CELLexerQUESTIONMARK

const CELLexerCOLON

const CELLexerPLUS

const CELLexerSTAR

const CELLexerSLASH

const CELLexerPERCENT

const CELLexerCEL_TRUE

const CELLexerCEL_FALSE

const CELLexerNUL

const CELLexerWHITESPACE

const CELLexerCOMMENT

const CELLexerNUM_FLOAT

const CELLexerNUM_INT

const CELLexerNUM_UINT

const CELLexerSTRING

const CELLexerBYTES

const CELLexerIDENTIFIER