Module Pattern
This module provides the public class Pattern
.
Import path
import codeql.swift.elements.pattern.Pattern
Imports
Aliases
Pattern | A syntactic construct that can be matched against an expression, occurring in switch cases, conditions, and variable bindings. |