qtil
advanced-security/qtil-csharp 0.0.3
Search

Module QualifiedName

Provides predicates for working with fully qualified names.

Import path

import semmle.code.csharp.commons.QualifiedName

Predicates

getFullyQualifiedNameWithTypes

INTERNAL: Do not use.

getQualifiedName

Returns the concatenation of qualifier and name, separated by a dot.

getQualifiedName

Returns the concatenation of namespace, type and name, separated by a dot.

namespaceHasQualifiedName

Holds if namespace n has the qualified name qualifier.name.

splitQualifiedName

Holds if qualifiedName is the concatenation of qualifier and name, separated by a dot.

Modules

QualifiedName

Provides predicates for computing fully qualified names.

Module signatures

QualifiedNameInputSig

Provides the input to QualifiedName.