Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ObjCClassFrameworkIndex = map[string]string{}/* 5869 elements not displayed */
ObjCClassFrameworkIndex maps each ObjC class name to its canonical owning framework. Used by the loader to resolve cross-framework ObjC class inheritance chains.
View Source
var ObjCClassSuperclassIndex = map[string]string{}/* 5869 elements not displayed */
ObjCClassSuperclassIndex maps each ObjC class name to its canonical superclass name. The empty string denotes a root class (no superclass, e.g. NSObject). Generated from committed .gometa.json files; regenerate after SDK upgrades.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.