Versions in this module Expand all Collapse all v0 v0.1.1 Jun 13, 2026 v0.1.0 Jun 13, 2026 Changes in this version + func ClassifyFramework(framework *meta.FrameworkMeta) map[string]map[string][]PatternTag + func IsDelegateProtocol(proto meta.Protocol) bool + func PropertyPairs(cls meta.Class) []meta.Property + type DelegateProperty struct + PropertyName string + ProtocolName string + func DelegateProperties(cls meta.Class) []DelegateProperty + type PatternTag string + const AsyncCompletion + const BlockEnumeration + const BoolNSError + const CollectionParam + const CollectionReturn + const DelegateHolder + const DelegateProtocol + const MainThreadRequired + const NSErrorOut + const PropertyPair + func ClassifyMethod(m meta.Method, cls meta.Class, _ *meta.FrameworkMeta) []PatternTag + type TaggedMethod struct + Method meta.Method + Tags []PatternTag