mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "stringliteraltypeexpr" to "string_literal_typeexpr"
This commit is contained in:
@@ -755,7 +755,7 @@ class LiteralTypeExpr extends @literaltypeexpr, TypeExpr {
|
||||
}
|
||||
|
||||
/** A string literal used as a type. */
|
||||
class StringLiteralTypeExpr extends @stringliteraltypeexpr, LiteralTypeExpr { }
|
||||
class StringLiteralTypeExpr extends @string_literal_typeexpr, LiteralTypeExpr { }
|
||||
|
||||
/** A number literal used as a type. */
|
||||
class NumberLiteralTypeExpr extends @numberliteraltypeexpr, LiteralTypeExpr {
|
||||
|
||||
@@ -550,7 +550,7 @@ case @typeexpr.kind of
|
||||
0 = @local_type_access
|
||||
| 1 = @type_decl
|
||||
| 2 = @keyword_typeexpr
|
||||
| 3 = @stringliteraltypeexpr
|
||||
| 3 = @string_literal_typeexpr
|
||||
| 4 = @numberliteraltypeexpr
|
||||
| 5 = @booleanliteraltypeexpr
|
||||
| 6 = @arraytypeexpr
|
||||
@@ -589,7 +589,7 @@ case @typeexpr.kind of
|
||||
@typeref = @typeaccess | @type_decl;
|
||||
@typeidentifier = @type_decl | @local_type_access | @typelabel | @localvartypeaccess | @localnamespaceaccess;
|
||||
@typeexpr_parent = @expr | @stmt | @property | @typeexpr;
|
||||
@literaltypeexpr = @stringliteraltypeexpr | @numberliteraltypeexpr | @booleanliteraltypeexpr | @bigintliteraltypeexpr;
|
||||
@literaltypeexpr = @string_literal_typeexpr | @numberliteraltypeexpr | @booleanliteraltypeexpr | @bigintliteraltypeexpr;
|
||||
@typeaccess = @local_type_access | @qualifiedtypeaccess | @importtypeaccess;
|
||||
@vartypeaccess = @localvartypeaccess | @qualifiedvartypeaccess | @thisvartypeaccess | @importvartypeaccess;
|
||||
@namespaceaccess = @localnamespaceaccess | @qualifiednamespaceaccess | @importnamespaceaccess;
|
||||
|
||||
@@ -766,7 +766,7 @@
|
||||
<v>25306</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@stringliteraltypeexpr</k>
|
||||
<k>@string_literal_typeexpr</k>
|
||||
<v>733</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user