|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface GroovyDoc extends Comparable
Method Summary | |
---|---|
String
|
commentText()
|
String
|
firstSentenceCommentText()
|
String
|
getRawCommentText()
|
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()
|
String
|
name()
|
void
|
setRawCommentText(String arg0)
|
Methods inherited from interface Comparable | |
---|---|
compareTo |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
public String commentText()
public String firstSentenceCommentText()
public String getRawCommentText()
public boolean isAnnotationType()
public boolean isAnnotationTypeElement()
public boolean isClass()
public boolean isConstructor()
public boolean isDeprecated()
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 void setRawCommentText(String arg0)
Copyright © 2003-2013 The Codehaus. All rights reserved.