Home | History | Annotate | Download | only in src

Lines Matching refs:executable

65  * Each executable member (constructor or method) must have a "@param" tag
72 * Each executable member must have a "@throws" tag for each declared exception
568 ExecutableMemberDoc executable = (ExecutableMemberDoc) doc;
569 boolean paramsOk = hasAllParameterDocs(executable, errors);
570 boolean exceptionsOk = hasAllExceptionDocs(executable, errors);
746 * Checks whether the given executable member has documentation for
785 * Checks whether the given executable member has documentation for