![]() |
They are generally grouped together in the same source code file. For instance the default implementations of the methods contained by a pANTLR3_BASE_RECOGNIZER will be found in the file antlr3baserecognizer.c
A source file that provides the default implementations of functions will usually also supply the public (exported from the .DLL or code library) 'constructor' functions that create and initialize the typedef structure that they implement. For instance, in the antlr3baserecognizer.c file, you will find the function antlr3BaseRecognizerNew()