qtil
advanced-security/qtil-swift 0.0.3
Search

Module PrefixUnaryExpr

This module provides the public class PrefixUnaryExpr.

Import path

import codeql.swift.elements.expr.PrefixUnaryExpr

Imports

ApplyExpr

This module provides the public class ApplyExpr.

Aliases

PrefixUnaryExpr

A Swift prefix unary expression, that is, a unary expression that appears before its operand. For example: -x