@@ -1571,9 +1571,6 @@ module Swift {
15711571 /** Gets the name of the primary QL class for this element. */
15721572 final override string getAPrimaryQlClass ( ) { result = "NavigationExpression" }
15731573
1574- /** Gets the node corresponding to the field `element`. */
1575- final AstNode getElement ( ) { swift_navigation_expression_element ( this , result ) }
1576-
15771574 /** Gets the node corresponding to the field `suffix`. */
15781575 final NavigationSuffix getSuffix ( ) { swift_navigation_expression_def ( this , result ) }
15791576
@@ -1582,7 +1579,6 @@ module Swift {
15821579
15831580 /** Gets a field or child node of this node. */
15841581 final override AstNode getAFieldOrChild ( ) {
1585- swift_navigation_expression_element ( this , result ) or
15861582 swift_navigation_expression_def ( this , result ) or
15871583 swift_navigation_expression_target ( this , _, result )
15881584 }
@@ -2445,9 +2441,6 @@ module Swift {
24452441 /** Gets the name of the primary QL class for this element. */
24462442 final override string getAPrimaryQlClass ( ) { result = "TupleTypeItem" }
24472443
2448- /** Gets the node corresponding to the field `element`. */
2449- final AstNode getElement ( ) { swift_tuple_type_item_element ( this , result ) }
2450-
24512444 /** Gets the node corresponding to the field `name`. */
24522445 final SimpleIdentifier getName ( ) { swift_tuple_type_item_name ( this , result ) }
24532446
@@ -2459,7 +2452,6 @@ module Swift {
24592452
24602453 /** Gets a field or child node of this node. */
24612454 final override AstNode getAFieldOrChild ( ) {
2462- swift_tuple_type_item_element ( this , result ) or
24632455 swift_tuple_type_item_name ( this , result ) or
24642456 swift_tuple_type_item_type ( this , result ) or
24652457 swift_tuple_type_item_child ( this , _, result )
0 commit comments