public class ASDocComment extends Object implements IASDocComment
| Constructor and Description |
|---|
ASDocComment(antlr.Token t) |
| Modifier and Type | Method and Description |
|---|---|
String |
commentNoEnd() |
void |
compile() |
void |
compile(boolean trimlines) |
String |
getDescription() |
IASDocTag |
getTag(String name) |
Map<String,List<IASDocTag>> |
getTags() |
Collection<IASDocTag> |
getTagsByName(String string) |
boolean |
hasTag(String name) |
void |
paste(IASDocComment source) |
public String commentNoEnd()
public String getDescription()
getDescription in interface IASDocCommentpublic void compile()
compile in interface IASDocCommentpublic void compile(boolean trimlines)
public boolean hasTag(String name)
hasTag in interface IASDocCommentpublic IASDocTag getTag(String name)
getTag in interface IASDocCommentpublic Map<String,List<IASDocTag>> getTags()
getTags in interface IASDocCommentpublic Collection<IASDocTag> getTagsByName(String string)
getTagsByName in interface IASDocCommentpublic void paste(IASDocComment source)
paste in interface IASDocCommentCopyright © 2021 The Apache Software Foundation. All rights reserved.