ANTLR3_INT_STREAM_struct (3) Linux Manual Page
ANTLR3_INT_STREAM_struct – Synopsis#include <antlr3intstream.h> Data FieldsANTLR3_UINT32(* _LA )(struct ANTLR3_INT_STREAM_struct *intStream, ANTLR3_INT32 i) Get ANTLR3_UINT32 at current input pointer + i ahead where i=1 is next ANTLR3_UINT32. ANTLR3_UINT32 cachedSize Because the indirect call, though small in individual cases can mount up if there are thousands of tokens (very large input streams), callers of size can optionally…
