antlr3-rec (3) Linux Manual Page
NAME ANTLR3_LEXER_struct – SYNOPSIS #include <antlr3lexer.h> Data Fields void * ctx A generated lexer has an mTokens() function, which needs the context pointer of the generated lexer, not the base lexer interface this is stored here and initialized by the generated code (or manually if this is a manually built lexer. pANTLR3_COMMON_TOKEN(* emit )(struct ANTLR3_LEXER_struct…
