codeql/swift-all
6.2.3
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
import codeql.swift.elements.decl.ClassOrStructDecl
A class or struct declaration. For example MyStruct or MyClass in the following example:
class
struct
MyStruct
MyClass