MethodAccessExpressionWithoutTypeDO
/**
* @brief DO class: A method access expression without type.
*/
Primary key: element_hash_id: int
schema MethodAccessExpressionWithoutTypeDO {
@primary element_hash_id: int,
referen_method_hash_id: int,
argument_list_hash_id: int
}
MethodAccessExpressionWithoutTypeDO::__all__
Data constraint method.
- Parameter
db
:JavaDB
- Return
*MethodAccessExpressionWithoutTypeDO
pub fn __all__(db: JavaDB) -> *MethodAccessExpressionWithoutTypeDO;
MethodAccessExpressionWithoutTypeDO::getArgumentListHashId
/**
* @brief gets the argument list hash id of this element.
* @return int
*/
- Parameter
self
:MethodAccessExpressionWithoutTypeDO
- Return
int
pub fn getArgumentListHashId(self: MethodAccessExpressionWithoutTypeDO) -> int;
MethodAccessExpressionWithoutTypeDO::getReferenMethodHashId
/**
* @brief gets the referen method hash id of this element.
* @return int
*/
- Parameter
self
:MethodAccessExpressionWithoutTypeDO
- Return
int
pub fn getReferenMethodHashId(self: MethodAccessExpressionWithoutTypeDO) -> int;