renamed "parenthesizedtypeexpr" to "parenthesized_typeexpr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:26 +02:00
parent 36e76c1146
commit 3591c22d82
3 changed files with 3 additions and 3 deletions

View File

@@ -842,7 +842,7 @@ class IntersectionTypeExpr extends @intersection_typeexpr, TypeExpr {
/**
* A type expression enclosed in parentheses.
*/
class ParenthesizedTypeExpr extends @parenthesizedtypeexpr, TypeExpr {
class ParenthesizedTypeExpr extends @parenthesized_typeexpr, TypeExpr {
/** Gets the type inside the parentheses. */
TypeExpr getElementType() { result = getChildTypeExpr(0) }

View File

@@ -557,7 +557,7 @@ case @typeexpr.kind of
| 7 = @union_typeexpr
| 8 = @indexed_access_typeexpr
| 9 = @intersection_typeexpr
| 10 = @parenthesizedtypeexpr
| 10 = @parenthesized_typeexpr
| 11 = @tupletypeexpr
| 12 = @keyoftypeexpr
| 13 = @qualifiedtypeaccess

View File

@@ -790,7 +790,7 @@
<v>27</v>
</e>
<e>
<k>@parenthesizedtypeexpr</k>
<k>@parenthesized_typeexpr</k>
<v>62</v>
</e>
<e>