CommonCallExpression
Primary key: id: int
schema CommonCallExpression {
@primary id: int
}
CommonCallExpression::getEnclosingCallable
/**
* @brief gets the enclosing callable of the call expression.
* @return Callable
*/
- Parameter
self
:CommonCallExpression
- Return
Callable
pub fn getEnclosingCallable(self: CommonCallExpression) -> Callable;
CommonCallExpression::getCalleeMethod
/**
* @brief gets the callee method declaration of the call expression.
* @return Callable
*/
- Parameter
self
:CommonCallExpression
- Return
*Callable
pub fn getCalleeMethod(self: CommonCallExpression) -> *Callable;
CommonCallExpression::__all__
Data constraint method.
- Parameter
db
:CfamilyDB
- Return
*CommonCallExpression
pub fn __all__(db: CfamilyDB) -> *CommonCallExpression;
CommonCallExpression::getAnAncestor
/**
* @brief gets an ancestor of the element.
* @return ElementParent
*/
- Parameter
self
:CommonCallExpression
- Return
*ElementParent
pub fn getAnAncestor(self: CommonCallExpression) -> *ElementParent;
CommonCallExpression::getCalleeClass
/**
* @brief gets the callee class declaration of the call expression.
* @return Class
*/
- Parameter
self
:CommonCallExpression
- Return
*Class
pub fn getCalleeClass(self: CommonCallExpression) -> *Class;
CommonCallExpression::getPrintableText
- Parameter
self
:CommonCallExpression
- Return
string
pub fn getPrintableText(self: CommonCallExpression) -> string;