public abstract class MemberInfo extends DocInfo implements Comparable, Scoped
| Constructor and Description |
|---|
MemberInfo(String rawCommentText,
String name,
String signature,
ClassInfo containingClass,
ClassInfo realContainingClass,
boolean isPublic,
boolean isProtected,
boolean isPackagePrivate,
boolean isPrivate,
boolean isFinal,
boolean isStatic,
boolean isSynthetic,
String kind,
SourcePositionInfo position,
AnnotationInstanceInfo[] annotations) |
| Modifier and Type | Method and Description |
|---|---|
String |
anchor() |
AnnotationInstanceInfo[] |
annotations() |
boolean |
checkLevel() |
int |
compareTo(Object that) |
ClassInfo |
containingClass() |
boolean |
isDefinedLocally()
Returns true if the class represented by this object is defined
locally, and thus will be included in local documentation.
|
abstract boolean |
isExecutable() |
boolean |
isFinal() |
boolean |
isPackagePrivate() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isStatic() |
boolean |
isSynthetic() |
String |
kind() |
String |
name() |
ContainerInfo |
parent() |
ClassInfo |
realContainingClass() |
String |
relativePath()
Returns the relative path that represents this item on a
documentation source.
|
String |
scope() |
String |
signature() |
addFederatedReference, comment, getFederatedReferences, getRawCommentText, getSince, htmlPage, isDocOnly, isHidden, position, setFederatedReferences, setSincepublic MemberInfo(String rawCommentText, String name, String signature, ClassInfo containingClass, ClassInfo realContainingClass, boolean isPublic, boolean isProtected, boolean isPackagePrivate, boolean isPrivate, boolean isFinal, boolean isStatic, boolean isSynthetic, String kind, SourcePositionInfo position, AnnotationInstanceInfo[] annotations)
public abstract boolean isExecutable()
public String anchor()
public boolean isDefinedLocally()
DocInfoisDefinedLocally in class DocInfopublic String relativePath()
DocInforelativePath in class DocInfopublic int compareTo(Object that)
compareTo in interface Comparablepublic String name()
public String signature()
public ClassInfo realContainingClass()
public ClassInfo containingClass()
public boolean isProtected()
isProtected in interface Scopedpublic boolean isPackagePrivate()
isPackagePrivate in interface Scopedpublic String scope()
public boolean isStatic()
public boolean isFinal()
public boolean isSynthetic()
public ContainerInfo parent()
public boolean checkLevel()
public String kind()
public AnnotationInstanceInfo[] annotations()
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.