qtil
advanced-security/qtil-swift 0.0.3
Search

Module SelfApplyExpr

This module provides the class SelfApplyExpr.

Import path

import codeql.swift.elements.expr.internal.SelfApplyExpr

Imports

ApplyExpr

This module provides the public class ApplyExpr.

Expr

This module provides the public class Expr.

Aliases

SelfApplyExpr

An internal raw instance of method lookups like x.foo in x.foo(). This is completely replaced by the synthesized type MethodLookupExpr. INTERNAL: Do not use.