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