ANTLR3_INT_STREAM (3) Linux Manual Page
include/antlr3intstream.h – Defines the the class interface for an antlr3 INTSTREAM. Synopsis#include <antlr3defs.h> #include <antlr3commontoken.h> Data Structuresstruct ANTLR3_INT_STREAM_struct Defines#define ANTLR3_CHARSTREAM 0x0001 Type indicator for a character stream. #define ANTLR3_COMMONTREENODE 0x0004 Type indicator for a common tree node stream. #define ANTLR3_INPUT_MASK 0x0007 Type mask for input stream so we can switch in the above types. #define…
