HomeSort by relevance Sort by last modified time
    Searched refs:ANTLR3_INT_STREAM_struct (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3intstream.h 93 typedef struct ANTLR3_INT_STREAM_struct
117 pANTLR3_STRING (*getSourceName) (struct ANTLR3_INT_STREAM_struct * intStream);
121 void (*consume) (struct ANTLR3_INT_STREAM_struct * intStream);
125 ANTLR3_UINT32 (*_LA) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_INT32 i);
132 ANTLR3_MARKER (*mark) (struct ANTLR3_INT_STREAM_struct * intStream);
137 ANTLR3_MARKER (*index) (struct ANTLR3_INT_STREAM_struct * intStream);
147 void (*rewind) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_MARKER marker);
152 void (*rewindLast) (struct ANTLR3_INT_STREAM_struct * intStream);
159 void (*release) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_MARKER mark);
177 void (*seek) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_MARKER index)
    [all...]
antlr3interfaces.h 43 typedef struct ANTLR3_INT_STREAM_struct *pANTLR3_INT_STREAM;

Completed in 113 milliseconds