Home > Textual Syntax Specification > Specification Language > Include Super
Include Super is a template element that leads to inclusion of the super class' textual syntax definition.
The textual syntax definition of the "IncludeSuper" class is as follows:
IncludeSuper : "super" ;
Here’s an example how to use that statement within a textual syntax definition:
Component : super _ "Component" _ (P:name) ;
Next chapter: Option