René's URL Explorer Experiment


Title: Types — CodeQL

direct link

Domain: codeql.github.com

Links:

CodeQL documentation https://codeql.github.com/docs
CodeQL overviewhttps://codeql.github.com/docs/codeql-overview
Writing CodeQL querieshttps://codeql.github.com/docs/writing-codeql-queries
CodeQL language guideshttps://codeql.github.com/docs/codeql-language-guides
QL language referencehttps://codeql.github.com/docs/ql-language-reference/
CodeQL standard-librarieshttps://codeql.github.com/codeql-standard-libraries
CodeQL query helphttps://codeql.github.com/codeql-query-help
CodeQL repositoryhttps://github.com/github/codeql
QL publicationshttps://codeql.github.com/publications
CodeQL overviewhttps://codeql.github.com/docs/codeql-overview/
Writing CodeQL querieshttps://codeql.github.com/docs/writing-codeql-queries/
CodeQL language guideshttps://codeql.github.com/docs/codeql-language-guides/
QL language referencehttps://codeql.github.com/docs/ql-language-reference/
About the QL languagehttps://codeql.github.com/docs/ql-language-reference/about-the-ql-language/
Predicateshttps://codeql.github.com/docs/ql-language-reference/predicates/
Querieshttps://codeql.github.com/docs/ql-language-reference/queries/
Typeshttps://codeql.github.com/docs/ql-language-reference/types/
Moduleshttps://codeql.github.com/docs/ql-language-reference/modules/
Signatureshttps://codeql.github.com/docs/ql-language-reference/signatures/
Aliaseshttps://codeql.github.com/docs/ql-language-reference/aliases/
Variableshttps://codeql.github.com/docs/ql-language-reference/variables/
Expressionshttps://codeql.github.com/docs/ql-language-reference/expressions/
Formulashttps://codeql.github.com/docs/ql-language-reference/formulas/
Annotationshttps://codeql.github.com/docs/ql-language-reference/annotations/
Recursionhttps://codeql.github.com/docs/ql-language-reference/recursion/
Lexical syntaxhttps://codeql.github.com/docs/ql-language-reference/lexical-syntax/
Name resolutionhttps://codeql.github.com/docs/ql-language-reference/name-resolution/
Evaluation of QL programshttps://codeql.github.com/docs/ql-language-reference/evaluation-of-ql-programs/
QL language specificationhttps://codeql.github.com/docs/ql-language-reference/ql-language-specification/
CodeQLhttps://codeql.github.com/docs/contents/
QL language referencehttps://codeql.github.com/docs/ql-language-reference/
https://codeql.github.com/docs/ql-language-reference/types/#types
primitive typeshttps://codeql.github.com/docs/ql-language-reference/types/#primitive-types
classeshttps://codeql.github.com/docs/ql-language-reference/types/#classes
character typeshttps://codeql.github.com/docs/ql-language-reference/types/#character-types
class domain typeshttps://codeql.github.com/docs/ql-language-reference/types/#domain-types
algebraic datatypeshttps://codeql.github.com/docs/ql-language-reference/types/#algebraic-datatypes
type unionshttps://codeql.github.com/docs/ql-language-reference/types/#type-unions
database typeshttps://codeql.github.com/docs/ql-language-reference/types/#database-types
https://codeql.github.com/docs/ql-language-reference/types/#primitive-types
namespacehttps://codeql.github.com/docs/ql-language-reference/name-resolution/#namespaces
two’s complementhttps://en.wikipedia.org/wiki/Two%27s_complement
built-inshttps://codeql.github.com/docs/ql-language-reference/ql-language-specification/#built-ins
QlBuiltins::BigInthttps://codeql.github.com/docs/ql-language-reference/modules/#bigint
https://codeql.github.com/docs/ql-language-reference/types/#classes
member predicateshttps://codeql.github.com/docs/ql-language-reference/types/#member-predicates
override member predicateshttps://codeql.github.com/docs/ql-language-reference/types/#overriding-member-predicates
https://codeql.github.com/docs/ql-language-reference/types/#defining-a-class
identifierhttps://codeql.github.com/docs/ql-language-reference/ql-language-specification/#identifiers
body of the classhttps://codeql.github.com/docs/ql-language-reference/types/#class-bodies
characteristic predicatehttps://codeql.github.com/docs/ql-language-reference/types/#characteristic-predicates
class domain typehttps://codeql.github.com/docs/ql-language-reference/types/#domain-types
Multiple inheritancehttps://codeql.github.com/docs/ql-language-reference/types/#multiple-inheritance
Final extensionshttps://codeql.github.com/docs/ql-language-reference/types/#final-extensions
Non-extending subtypeshttps://codeql.github.com/docs/ql-language-reference/types/#instanceof-extensions
Type compatibilityhttps://codeql.github.com/docs/ql-language-reference/types/#type-compatibility
annotationshttps://codeql.github.com/docs/ql-language-reference/annotations/#annotations-overview
https://codeql.github.com/docs/ql-language-reference/types/#class-bodies
characteristic predicatehttps://codeql.github.com/docs/ql-language-reference/types/#characteristic-predicates
member predicatehttps://codeql.github.com/docs/ql-language-reference/types/#member-predicates
fieldhttps://codeql.github.com/docs/ql-language-reference/types/#fields
privatehttps://codeql.github.com/docs/ql-language-reference/annotations/#private
overridehttps://codeql.github.com/docs/ql-language-reference/types/#overriding-member-predicates
shadowhttps://codeql.github.com/docs/ql-language-reference/types/#final-extensions
https://codeql.github.com/docs/ql-language-reference/types/#characteristic-predicates
predicateshttps://codeql.github.com/docs/ql-language-reference/predicates/#predicates
https://codeql.github.com/docs/ql-language-reference/types/#member-predicates
predicateshttps://codeql.github.com/docs/ql-language-reference/predicates/#predicates
callhttps://codeql.github.com/docs/ql-language-reference/formulas/#calls
abovehttps://codeql.github.com/docs/ql-language-reference/types/#defining-a-class
casthttps://codeql.github.com/docs/ql-language-reference/expressions/#casts
characteristic predicatehttps://codeql.github.com/docs/ql-language-reference/types/#characteristic-predicates
member predicatehttps://codeql.github.com/docs/ql-language-reference/types/#member-predicates
https://codeql.github.com/docs/ql-language-reference/types/#fields
variablehttps://codeql.github.com/docs/ql-language-reference/types/#this
characteristic predicatehttps://codeql.github.com/docs/ql-language-reference/types/#characteristic-predicates
select clausehttps://codeql.github.com/docs/ql-language-reference/queries/#select-clauses
annotationshttps://codeql.github.com/docs/ql-language-reference/annotations/#annotations-overview
https://codeql.github.com/docs/ql-language-reference/types/#concrete-classes
characteristic predicatehttps://codeql.github.com/docs/ql-language-reference/types/#characteristic-predicates
https://codeql.github.com/docs/ql-language-reference/types/#abstract-classes
annotatedhttps://codeql.github.com/docs/ql-language-reference/annotations/#abstract
https://codeql.github.com/docs/ql-language-reference/types/#overriding-member-predicates
annotationhttps://codeql.github.com/docs/ql-language-reference/annotations/#override
first examplehttps://codeql.github.com/docs/ql-language-reference/types/#defining-a-class
https://codeql.github.com/docs/ql-language-reference/types/#multiple-inheritance
overridehttps://codeql.github.com/docs/ql-language-reference/types/#overriding-member-predicates
Super expressionshttps://codeql.github.com/docs/ql-language-reference/expressions/#super
https://codeql.github.com/docs/ql-language-reference/types/#final-extensions
first examplehttps://codeql.github.com/docs/ql-language-reference/types/#defining-a-class
Overriding member predicateshttps://codeql.github.com/docs/ql-language-reference/types/#overriding-member-predicates
https://codeql.github.com/docs/ql-language-reference/types/#non-extending-subtypes
https://codeql.github.com/docs/ql-language-reference/types/#character-types-and-class-domain-types
characteristic predicatehttps://codeql.github.com/docs/ql-language-reference/types/#characteristic-predicates
abstract classeshttps://codeql.github.com/docs/ql-language-reference/types/#abstract-classes
https://codeql.github.com/docs/ql-language-reference/types/#algebraic-datatypes
standard QL librarieshttps://github.com/github/codeql
https://codeql.github.com/docs/ql-language-reference/types/#defining-an-algebraic-datatype
identifiershttps://codeql.github.com/docs/ql-language-reference/ql-language-specification/#identifiers
variable declarationshttps://codeql.github.com/docs/ql-language-reference/variables/#variable-declarations
predicatehttps://codeql.github.com/docs/ql-language-reference/predicates/#predicates
https://codeql.github.com/docs/ql-language-reference/types/#standard-pattern-for-using-algebraic-datatypes
classeshttps://codeql.github.com/docs/ql-language-reference/types/#classes
select clausehttps://codeql.github.com/docs/ql-language-reference/queries/#select-clauses
abstracthttps://codeql.github.com/docs/ql-language-reference/annotations/#abstract
privatehttps://codeql.github.com/docs/ql-language-reference/annotations/#private
https://codeql.github.com/docs/ql-language-reference/types/#type-unions
type aliaseshttps://codeql.github.com/docs/ql-language-reference/aliases/#type-aliases
algebraic datatypehttps://codeql.github.com/docs/ql-language-reference/types/#algebraic-datatypes
database typeshttps://codeql.github.com/docs/ql-language-reference/types/#database-types
recursionhttps://codeql.github.com/docs/ql-language-reference/recursion/#recursion
https://codeql.github.com/docs/ql-language-reference/types/#database-types
https://codeql.github.com/docs/ql-language-reference/types/#type-compatibility
classhttps://codeql.github.com/docs/ql-language-reference/types/#classes
https://twitter.com/github
https://www.facebook.com/GitHub
https://www.youtube.com/github
https://www.linkedin.com/company/github
https://github.com/github
Terms https://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacy https://docs.github.com/site-policy/privacy-policies/github-privacy-statement

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.