|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Doclet API DRAFT ea-b118 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MemberDoc extends ProgramElementDoc
Represents a member of a java class: field, constructor, or method. This is an abstract class dealing with information common to method, constructor and field members. Class members of a class (innerclasses) are represented instead by ClassDoc.
MethodDoc,
FieldDoc,
ClassDoc| Modifier and Type | Method and Description |
|---|---|
boolean |
isSynthetic()
Returns true if this member was synthesized by the compiler. |
| Methods inherited from interface com.sun.javadoc.ProgramElementDoc |
|---|
annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName |
| Methods inherited from interface com.sun.javadoc.Doc |
|---|
commentText, compareTo, firstSentenceTags, getRawCommentText, inlineTags, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, position, seeTags, setRawCommentText, tags, tags |
| Method Detail |
|---|
boolean isSynthetic()
|
Doclet API DRAFT ea-b118 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||