Home | History | Annotate | Download | only in model

Lines Matching full:returns

30      * Returns the kind of this class definition.
37 * Returns the name of this class definition.
44 * Returns the '.' separated package name of this class.
51 * Returns a list containing each package fragment.
53 * If {@link #getPackageName()} returns : "a.b.c" this method returns a list
63 * Returns the qualified name of this class definition. The qualified name
71 * Returns the super class for this class definition. May return {@code
81 * Returns the declared interfaces this class definition implements . If no
89 * Returns the modifiers for this class definition.
96 * Returns all declared methods of this class definition.
103 * Returns all declared constructors of this class definition.
110 * Returns all declared fields of this class definition.
117 * Returns all declared enumeration constant definitions of this class
126 * Returns all declared annotation field definitions of this class
135 * Returns all classes which where defined in the lexical scope of this