Package gw.internal.gosu.parser
Class DocCommentBlock
java.lang.Object
gw.internal.gosu.parser.DocCommentBlock
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<DocCommentBlock.DocAnnotationData>private StringBuilderprivate ICompilableTypeprivate Stringprivate ITypeUsesMapprivate boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprivate voidprivate booleanisBlankOrCommentChar(char c) voidsetOwnersTypes(ICompilableType ownersType) voidsetRawComment(String rawComment) private StringtoString()
-
Field Details
-
_annotationData
-
_desc
-
_typeUsesMap
-
_ownersType
-
_rawComment
-
computeAnnotationData
private boolean computeAnnotationData
-
-
Constructor Details
-
DocCommentBlock
public DocCommentBlock()
-
-
Method Details