MethodAccessExpressionWithType
Inherit from Expression
Primary key: element_hash_id: int
schema MethodAccessExpressionWithType extends Expression {
@primary element_hash_id: int,
name: string,
parent_hash_id: int,
index_order: int,
location_hash_id: int,
printable_text: string
}
MethodAccessExpressionWithType::getIndex
/**
* @brief gets the index order of this element.
* @return int
*/
- Parameter
self
:MethodAccessExpressionWithType
- Return
int
pub fn getIndex(self: MethodAccessExpressionWithType) -> int;
MethodAccessExpressionWithType::getParentHashId
/**
* @brief gets the parent hash id of this element.
* @return int
*/
- Parameter
self
:MethodAccessExpressionWithType
- Return
int
pub fn getParentHashId(self: MethodAccessExpressionWithType) -> int;
MethodAccessExpressionWithType::getEnclosingStatement
/**
* @brief gets the statement which encloses the expression.
* @return Statement
*/
- Parameter
self
:MethodAccessExpressionWithType
- Return
Statement
pub fn getEnclosingStatement(self: MethodAccessExpressionWithType) -> Statement;
MethodAccessExpressionWithType::getReference
/**
* @brief gets the reference expression of the element.
* @return ReferenceExpression
*/
- Parameter
self
:MethodAccessExpressionWithType
- Return
ReferenceExpression
pub fn getReference(self: MethodAccessExpressionWithType) -> ReferenceExpression;
MethodAccessExpressionWithType::getAnAncestor
/**
* @brief gets an ancestor of the element.
* @return ElementParent
*/
- Parameter
self
:MethodAccessExpressionWithType
- Return
*ElementParent
pub fn getAnAncestor(self: MethodAccessExpressionWithType) -> *ElementParent;
MethodAccessExpressionWithType::getType
/**
* @brief gets the type for the element.
* @return Type
*/
- Parameter
self
:MethodAccessExpressionWithType
- Return
Type
pub fn getType(self: MethodAccessExpressionWithType) -> Type;
MethodAccessExpressionWithType::getParent
/**
* @brief gets the parent of the expression.
* @return ElementParent
*/
- Parameter
self
:MethodAccessExpressionWithType
- Return
ElementParent
pub fn getParent(self: MethodAccessExpressionWithType) -> ElementParent;
MethodAccessExpressionWithType::getLocationHashId
/**
* @brief gets the location hash id of this element.
* @return int
*/
- Parameter
self
:MethodAccessExpressionWithType
- Return
int
pub fn getLocationHashId(self: MethodAccessExpressionWithType) -> int;
MethodAccessExpressionWithType::getSize
/**
* @brief gets the size information for the element.
* @return NumberOfLines
*/
- Parameter
self
:MethodAccessExpressionWithType
- Return
NumberOfLines
pub fn getSize(self: MethodAccessExpressionWithType) -> NumberOfLines;
MethodAccessExpressionWithType::getLocation
/**
* @brief gets the location for the element.
* @return Location
*/
- Parameter
self
:MethodAccessExpressionWithType
- Return
Location
pub fn getLocation(self: MethodAccessExpressionWithType) -> Location;
MethodAccessExpressionWithType::__all__
Data constraint method.
- Parameter
db
:JavaDB
- Return
*MethodAccessExpressionWithType
pub fn __all__(db: JavaDB) -> *MethodAccessExpressionWithType;
MethodAccessExpressionWithType::getEnclosingCallable
/**
* @brief gets the callable in which this expression occurs.
* @return Callable
*/
- Parameter
self
:MethodAccessExpressionWithType
- Return
Callable
pub fn getEnclosingCallable(self: MethodAccessExpressionWithType) -> Callable;
MethodAccessExpressionWithType::getPrintableText
/**
* @brief gets a printed representation of this element, including its structure where applicable.
* @return string.
*/
- Parameter
self
:MethodAccessExpressionWithType
- Return
string
pub fn getPrintableText(self: MethodAccessExpressionWithType) -> string;