Name of the parser class |
Top Previous Next |
Code generation > Code frames > Name of the parser class
The name of the production, which is chosen as start rule, is the basis for the name of the generated parser class.
An upper 'C' will precede this name and the word "Parser" will be appended.
Example: If the name of the start rule is "Pascal", the name of the parser class will be:
"CPascalParser":
Remark: the 'C' is for "class". This corresponds to the convention in Visual C++.
|
This page belongs to the TextTransformer Documentation |
Home Content German |