Searched defs:super (Results 51 - 57 of 57) sorted by last modified time

123

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3input.h63 /** Whatever super structure is providing the INPUT stream needs a pointer to itself
67 void * super; member in struct:ANTLR3_INPUT_STREAM_struct
H A Dantlr3intstream.h106 /** Pointer to the super structure that contains this interface. This
109 void * super; member in struct:ANTLR3_INT_STREAM_struct
H A Dantlr3lexer.h78 /** If there is a super structure that is implementing the
80 * implementing functions are overridden by this super structure.
82 void * super; member in struct:ANTLR3_LEXER_struct
H A Dantlr3parser.h50 * which they can reference using the super pointer here.
52 void * super; member in struct:ANTLR3_PARSER_struct
H A Dantlr3parsetree.h49 * super structure.
51 void * super; member in struct:ANTLR3_PARSE_TREE_struct
H A Dantlr3tokenstream.h85 void * super; member in struct:ANTLR3_TOKEN_SOURCE_struct
110 void * super; member in struct:ANTLR3_TOKEN_STREAM_struct
203 void * super; member in struct:ANTLR3_COMMON_TOKEN_STREAM_struct
H A Dantlr3treeparser.h48 /** Pointer to any super class
50 void * super; member in struct:ANTLR3_TREE_PARSER_struct

Completed in 574 milliseconds

123