We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbf90c commit 70ed8c6Copy full SHA for 70ed8c6
swift/ql/lib/codeql/swift/elements/pattern/Pattern.qll
@@ -18,6 +18,10 @@ private import codeql.swift.elements.decl.PatternBindingDecl
18
private import codeql.swift.elements.decl.EnumElementDecl
19
private import codeql.swift.generated.ParentChild
20
21
+/**
22
+ * A syntactic construct that can be matched against an expression,
23
+ * occurring in switch cases, conditions, and variable bindings.
24
+ */
25
class Pattern extends Generated::Pattern {
26
/**
27
* Gets the expression that this top-level pattern is matched against, if any.
0 commit comments