Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MethodInfo ¶
type ObjCClass ¶
type ObjCClass struct { // These fields are extracted from the header file Name string Parent string Protocols []string Properties []Property // These are also extracted form the implementation file // These fields are extracted from the implementation file NSCodingInfo struct { InitWithCoder MethodInfo EncodeWithCoder MethodInfo } NSCopyingInfo struct { CopyWithZone MethodInfo } }
func NewObjCClass ¶
func (*ObjCClass) ConformsAnyProtocol ¶
func (*ObjCClass) ConformsProtocol ¶
func (*ObjCClass) IsDirectChildOfNSObject ¶
type ObjCClassFile ¶
type Parser ¶
type Parser struct {
IncludeTag, ExcludeTag, HeaderFileExt, ImplFileExt string
}
func (Parser) GetParseableFiles ¶
type Property ¶
func (*Property) IsReadonly ¶
func (*Property) WriteAccessor ¶ added in v0.5.2
Returns either the property or the ivar accessor
Click to show internal directories.
Click to hide internal directories.