antlr3-pANTLR3_INT_STREAM - Man Page

PANTLR3_INT_STREAM

Synopsis

Functions

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

Detailed Description

Function Documentation

ANTLR3_API pANTLR3_INT_STREAM antlr3IntStreamNew (void)

References ANTLR3_INT_STREAM_struct::free, and freeStream().

Referenced by antlr3CommonTokenStreamNew(), antlr3CommonTreeNodeStreamNew(), antlr3CommonTreeNodeStreamNewStream(), and antlr3GenericSetupStream().

static void freeStream (pANTLR3_INT_STREAM stream) [static]

Referenced by antlr3IntStreamNew().

Author

Generated automatically by Doxygen for ANTLR3C from the source code.

Referenced By

The man pages antlr3-freeStream(3) and antlr3IntStreamNew(3) are aliases of antlr3-pANTLR3_INT_STREAM(3).

Tue Feb 27 2024 00:00:00 Version 3.3.1 ANTLR3C