Package gw.internal.gosu.parser
Class DocCommentBlock
- java.lang.Object
-
- gw.internal.gosu.parser.DocCommentBlock
-
public class DocCommentBlock extends Object
-
-
Constructor Summary
Constructors Constructor Description DocCommentBlock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IGosuAnnotation>
getAnnotations()
String
getDescription()
void
setOwnersTypes(ICompilableType ownersType)
void
setRawComment(String rawComment)
String
toString()
-
-
-
Method Detail
-
setRawComment
public void setRawComment(String rawComment)
-
getDescription
public String getDescription()
-
getAnnotations
public List<IGosuAnnotation> getAnnotations()
-
setOwnersTypes
public void setOwnersTypes(ICompilableType ownersType)
-
-