ObjCImplementationDeclaration
Inherit from ObjCContainerDeclaration
Primary key: oid: int
schema ObjCImplementationDeclaration extends ObjCContainerDeclaration { @primary oid: int, parent_oid: int, index_order: int, location_oid: int, kind_name: string, printable_text: string } ObjCImplementationDeclaration::getLocation
/** * @brief gets the location for the element. * @return Location */ - Parameter
self:ObjCImplementationDeclaration - Return
Location
pub fn getLocation(self: ObjCImplementationDeclaration) -> Location; ObjCImplementationDeclaration::getAnAncestor
/** * @brief gets an ancestor of the element. * @return ElementParent */ - Parameter
self:ObjCImplementationDeclaration - Return
*ElementParent
pub fn getAnAncestor(self: ObjCImplementationDeclaration) -> *ElementParent; ObjCImplementationDeclaration::getKindName
/** * @brief Declaration kind name * @return string */ - Parameter
self:ObjCImplementationDeclaration - Return
string
pub fn getKindName(self: ObjCImplementationDeclaration) -> string; ObjCImplementationDeclaration::getParent
/** * @brief gets the parent element of the declaration * @return ElementParent */ - Parameter
self:ObjCImplementationDeclaration - Return
ElementParent
pub fn getParent(self: ObjCImplementationDeclaration) -> ElementParent; ObjCImplementationDeclaration::getPrintableText
/** * @brief gets a printed representation of this element, including its structure where applicable. * @return string. */ - Parameter
self:ObjCImplementationDeclaration - Return
string
pub fn getPrintableText(self: ObjCImplementationDeclaration) -> string; ObjCImplementationDeclaration::getName
/** * @brief gets the name of the named declaration. * @return string */ - Parameter
self:ObjCImplementationDeclaration - Return
string
pub fn getName(self: ObjCImplementationDeclaration) -> string; ObjCImplementationDeclaration::isCategoryImpl
/** * @description If the ObjcImplementationDeclaration is a category implementation declaration * @return int */ - Parameter
self:ObjCImplementationDeclaration - Return
int
pub fn isCategoryImpl(self: ObjCImplementationDeclaration) -> int; ObjCImplementationDeclaration::getParentOid
/** * @brief gets the parent oid of this element. * @return int */ - Parameter
self:ObjCImplementationDeclaration - Return
int
pub fn getParentOid(self: ObjCImplementationDeclaration) -> int; ObjCImplementationDeclaration::__all__
Data constraint method.
- Parameter
db:CfamilyDB - Return
*ObjCImplementationDeclaration
pub fn __all__(db: CfamilyDB) -> *ObjCImplementationDeclaration; ObjCImplementationDeclaration::getIndexOrder
/** * @brief gets the index order of this element. * @return int */ - Parameter
self:ObjCImplementationDeclaration - Return
int
pub fn getIndexOrder(self: ObjCImplementationDeclaration) -> int; ObjCImplementationDeclaration::getLocationOid
/** * @brief gets the location oid of this element. * @return int */ - Parameter
self:ObjCImplementationDeclaration - Return
int
pub fn getLocationOid(self: ObjCImplementationDeclaration) -> int;