ReferenceParameterList
/**
* Represents the list of type arguments specified on a Java reference.
*
*/
Primary key: id: int
schema ReferenceParameterList {
@primary id: int
}
ReferenceParameterList::getTypeElement
/**
* @brief gets the type element for the element, if any.
* @return TypeElement
*/
- Parameter
self
:ReferenceParameterList
- Return
*TypeElement
pub fn getTypeElement(self: ReferenceParameterList) -> *TypeElement;
ReferenceParameterList::__all__
Data constraint method.
- Parameter
db
:JavaDB
- Return
*ReferenceParameterList
pub fn __all__(db: JavaDB) -> *ReferenceParameterList;
ReferenceParameterList::getPrintableText
/**
* @brief gets the printable text for the element.
* @return string
*/
- Parameter
self
:ReferenceParameterList
- Return
string
pub fn getPrintableText(self: ReferenceParameterList) -> string;
ReferenceParameterList::getAnAncestor
/**
* @brief gets an ancestor of the element.
* @return ElementParent
*/
- Parameter
self
:ReferenceParameterList
- Return
*ElementParent
pub fn getAnAncestor(self: ReferenceParameterList) -> *ElementParent;
ReferenceParameterList::getLocation
/**
* @brief gets the location for the element.
* @return Location
*/
- Parameter
self
:ReferenceParameterList
- Return
Location
pub fn getLocation(self: ReferenceParameterList) -> Location;
ReferenceParameterList::getParent
/**
* @brief gets the parent of the element.
* @return ElementParent
*/
- Parameter
self
:ReferenceParameterList
- Return
ElementParent
pub fn getParent(self: ReferenceParameterList) -> ElementParent;