public class SimpleGroovyDoc extends Object
Constructor and description |
---|
SimpleGroovyDoc
(String name) |
Type | Name and description |
---|---|
static String |
calculateFirstSentence(String raw) |
String |
commentText() |
int |
compareTo(Object that) |
String |
firstSentenceCommentText() |
String |
getRawCommentText() |
String |
getTypeDescription() |
String |
getTypeSourceDescription() |
boolean |
isAnnotationType() |
boolean |
isAnnotationTypeElement() |
boolean |
isClass() |
boolean |
isConstructor() |
boolean |
isDeprecated() |
boolean |
isEnum() |
boolean |
isEnumConstant() |
boolean |
isError() |
boolean |
isException() |
boolean |
isField() |
boolean |
isIncluded() |
boolean |
isInterface() |
boolean |
isMethod() |
boolean |
isOrdinaryClass() |
boolean |
isScript() |
boolean |
isTrait() |
String |
name() |
protected void |
setCommentText(String commentText) |
void |
setDeprecated(boolean deprecated) |
protected void |
setFirstSentenceCommentText(String firstSentenceCommentText) |
void |
setRawCommentText(String rawCommentText) |
void |
setScript(boolean script) |
void |
setTokenType(int t) |
GroovyTag[] |
tags() |
String |
toString() |
int |
tokenType() |
Copyright © 2003-2014 The Codehaus. All rights reserved.