ANTLR3_TOKEN_SOURCE_struct (3) Linux Manual Page
ANTLR3_TOKEN_SOURCE_struct – Definition of a token source, which has a pointer to a function that returns the next token (using a token factory if it is going to be efficient) and a pointer to an ANTLR3_INPUT_STREAM. Synopsis #include <antlr3tokenstream.h> Data Fields ANTLR3_COMMON_TOKEN eofToken A special pre-allocated token, which signifies End Of Tokens. pANTLR3_STRING fileName When…
