@@ -977,18 +977,6 @@ module QL {
977977 final override AstNode getAFieldOrChild ( ) { ql_module_alias_body_def ( this , result ) }
978978 }
979979
980- /** A class representing `moduleApplication` nodes. */
981- class ModuleApplication extends @ql_module_application, AstNode {
982- /** Gets the name of the primary QL class for this element. */
983- final override string getAPrimaryQlClass ( ) { result = "ModuleApplication" }
984-
985- /** Gets the `i`th child of this node. */
986- final SignatureExpr getChild ( int i ) { ql_module_application_child ( this , i , result ) }
987-
988- /** Gets a field or child node of this node. */
989- final override AstNode getAFieldOrChild ( ) { ql_module_application_child ( this , _, result ) }
990- }
991-
992980 /** A class representing `moduleExpr` nodes. */
993981 class ModuleExpr extends @ql_module_expr, AstNode {
994982 /** Gets the name of the primary QL class for this element. */
@@ -1006,6 +994,18 @@ module QL {
1006994 }
1007995 }
1008996
997+ /** A class representing `moduleInstantiation` nodes. */
998+ class ModuleInstantiation extends @ql_module_instantiation, AstNode {
999+ /** Gets the name of the primary QL class for this element. */
1000+ final override string getAPrimaryQlClass ( ) { result = "ModuleInstantiation" }
1001+
1002+ /** Gets the `i`th child of this node. */
1003+ final SignatureExpr getChild ( int i ) { ql_module_instantiation_child ( this , i , result ) }
1004+
1005+ /** Gets a field or child node of this node. */
1006+ final override AstNode getAFieldOrChild ( ) { ql_module_instantiation_child ( this , _, result ) }
1007+ }
1008+
10091009 /** A class representing `moduleMember` nodes. */
10101010 class ModuleMember extends @ql_module_member, AstNode {
10111011 /** Gets the name of the primary QL class for this element. */
0 commit comments