|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
int |
CLASS
|
int |
INTERFACE
|
String |
commentText
|
int |
definitionType
|
String |
firstSentenceCommentText
|
List |
links
|
String |
name
|
String |
rawCommentText
|
Constructor Summary | |
SimpleGroovyDoc(String name, List links)
|
|
SimpleGroovyDoc(String name)
|
Method Summary | |
---|---|
String |
commentText()
|
int |
compareTo(Object that)
|
String |
firstSentenceCommentText()
|
String |
getDocUrl(String type)
|
String |
getRawCommentText()
|
boolean |
isAnnotationType()
|
boolean |
isAnnotationTypeElement()
|
boolean |
isClass()
|
boolean |
isConstructor()
|
boolean |
isEnum()
|
boolean |
isEnumConstant()
|
boolean |
isError()
|
boolean |
isException()
|
boolean |
isField()
|
boolean |
isIncluded()
|
boolean |
isInterface()
|
boolean |
isMethod()
|
boolean |
isOrdinaryClass()
|
String |
name()
|
String |
replaceAllTags(String self, String regex, String s1, String s2)
|
void |
setAsInterfaceDefinition()
|
void |
setRawCommentText(String rawCommentText)
|
String |
toString()
|
Constructor Detail |
---|
public SimpleGroovyDoc(String name, List links)
public SimpleGroovyDoc(String name)
Method Detail |
---|
public String commentText()
public int compareTo(Object that)
public String firstSentenceCommentText()
public String getDocUrl(String type)
public String getRawCommentText()
public boolean isAnnotationType()
public boolean isAnnotationTypeElement()
public boolean isClass()
public boolean isConstructor()
public boolean isEnum()
public boolean isEnumConstant()
public boolean isError()
public boolean isException()
public boolean isField()
public boolean isIncluded()
public boolean isInterface()
public boolean isMethod()
public boolean isOrdinaryClass()
public String name()
public String replaceAllTags(String self, String regex, String s1, String s2)
public void setAsInterfaceDefinition()
public void setRawCommentText(String rawCommentText)
public String toString()