ANTLR3C  3.3.1
antlr3intstream.c File Reference

Implementation of superclass elements of an ANTLR3 int stream. More...

#include <antlr3intstream.h>
Include dependency graph for antlr3intstream.c:

Functions

ANTLR3_API pANTLR3_INT_STREAM antlr3IntStreamNew ()
static void freeStream (pANTLR3_INT_STREAM stream)

Detailed Description

Implementation of superclass elements of an ANTLR3 int stream.

The only methods required are an allocator and a destructor.