Home | History | Annotate | Download | only in model

Lines Matching full:declared

81      * Returns the declared interfaces this class definition implements . If no
82 * interfaces are declared, an empty set is returned.
84 * @return the declared interfaces for this class definition
96 * Returns all declared methods of this class definition.
98 * @return all declared methods of this class definition
103 * Returns all declared constructors of this class definition.
105 * @return all declared constructors of this class definition
110 * Returns all declared fields of this class definition.
112 * @return all declared fields of this class definition
117 * Returns all declared enumeration constant definitions of this class
121 * @return all declared enumeration constants of this class definition
126 * Returns all declared annotation field definitions of this class
130 * @return all declared annotation fields of this class definition