Modifiers | Name | Description |
---|---|---|
static int |
ANNOTATION_DEF |
|
static int |
CLASS_DEF |
|
static int |
ENUM_DEF |
|
static int |
INTERFACE_DEF |
|
static int |
TRAIT_DEF |
Constructor and description |
---|
SimpleGroovyDoc
(String name) |
Type Params | Return Type | Name and description |
---|---|---|
|
public static String |
calculateFirstSentence(String raw) |
|
public String |
commentText() |
|
public int |
compareTo(Object that) |
|
public String |
firstSentenceCommentText() |
|
public String |
getRawCommentText() |
|
public String |
getTypeDescription() |
|
public String |
getTypeSourceDescription() |
|
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 boolean |
isScript() |
|
public boolean |
isTrait() |
|
public String |
name() |
|
protected void |
setCommentText(String commentText) |
|
public void |
setDeprecated(boolean deprecated) |
|
protected void |
setFirstSentenceCommentText(String firstSentenceCommentText) |
|
public void |
setRawCommentText(String rawCommentText) |
|
public void |
setScript(boolean script) |
|
public void |
setTokenType(int t) |
|
public GroovyTag[] |
tags() |
|
public String |
toString() |
|
public int |
tokenType() |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.