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