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
*/
pub fn getTypeElement(self: ReferenceParameterList) -> *TypeElement;

ReferenceParameterList::__all__

Data constraint method.

pub fn __all__(db: JavaDB) -> *ReferenceParameterList;

ReferenceParameterList::getPrintableText

/**
* @brief gets the printable text for the element.
* @return string
*/
pub fn getPrintableText(self: ReferenceParameterList) -> string;

ReferenceParameterList::getAnAncestor

/**
* @brief gets an ancestor of the element.
* @return ElementParent 
*/
pub fn getAnAncestor(self: ReferenceParameterList) -> *ElementParent;

ReferenceParameterList::getLocation

/**
* @brief gets the location for the element.
* @return Location
*/
pub fn getLocation(self: ReferenceParameterList) -> Location;

ReferenceParameterList::getParent

/**
* @brief gets the parent of the element.
* @return ElementParent 
*/
pub fn getParent(self: ReferenceParameterList) -> ElementParent;