mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "canonicaltypevariabletype" to "canonical_type_variable_type"
This commit is contained in:
@@ -2349,7 +2349,7 @@ class TypeVariableType extends Type, @typevariable_type {
|
|||||||
/**
|
/**
|
||||||
* A type that refers to a type variable declared on a class, interface or function.
|
* A type that refers to a type variable declared on a class, interface or function.
|
||||||
*/
|
*/
|
||||||
class CanonicalTypeVariableType extends TypeVariableType, @canonicaltypevariabletype {
|
class CanonicalTypeVariableType extends TypeVariableType, @canonical_type_variable_type {
|
||||||
override TypeName getHostType() { result = getCanonicalName().getParent() }
|
override TypeName getHostType() { result = getCanonicalName().getParent() }
|
||||||
|
|
||||||
override CanonicalName getCanonicalName() { type_symbol(this, result) }
|
override CanonicalName getCanonicalName() { type_symbol(this, result) }
|
||||||
|
|||||||
@@ -620,7 +620,7 @@ case @type.kind of
|
|||||||
| 5 = @false_type
|
| 5 = @false_type
|
||||||
| 6 = @type_reference
|
| 6 = @type_reference
|
||||||
| 7 = @object_type
|
| 7 = @object_type
|
||||||
| 8 = @canonicaltypevariabletype
|
| 8 = @canonical_type_variable_type
|
||||||
| 9 = @typeoftype
|
| 9 = @typeoftype
|
||||||
| 10 = @voidtype
|
| 10 = @voidtype
|
||||||
| 11 = @undefinedtype
|
| 11 = @undefinedtype
|
||||||
@@ -643,7 +643,7 @@ case @type.kind of
|
|||||||
@booleanliteraltype = @true_type | @false_type;
|
@booleanliteraltype = @true_type | @false_type;
|
||||||
@symbol_type = @plainsymboltype | @uniquesymboltype;
|
@symbol_type = @plainsymboltype | @uniquesymboltype;
|
||||||
@union_or_intersection_type = @union_type | @intersectiontype;
|
@union_or_intersection_type = @union_type | @intersectiontype;
|
||||||
@typevariable_type = @canonicaltypevariabletype | @lexicaltypevariabletype;
|
@typevariable_type = @canonical_type_variable_type | @lexicaltypevariabletype;
|
||||||
|
|
||||||
has_asserts_keyword(int node: @predicate_typeexpr ref);
|
has_asserts_keyword(int node: @predicate_typeexpr ref);
|
||||||
|
|
||||||
|
|||||||
@@ -938,7 +938,7 @@
|
|||||||
<v>159099</v>
|
<v>159099</v>
|
||||||
</e>
|
</e>
|
||||||
<e>
|
<e>
|
||||||
<k>@canonicaltypevariabletype</k>
|
<k>@canonical_type_variable_type</k>
|
||||||
<v>650</v>
|
<v>650</v>
|
||||||
</e>
|
</e>
|
||||||
<e>
|
<e>
|
||||||
|
|||||||
Reference in New Issue
Block a user