-
- All Implemented Interfaces:
public final class CppCommentParser.CppClassComments
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, CppCommentParser.CppMemberComment>functionsCommentsprivate final BooleanisNotEmptyprivate final Stringnameprivate final Stringcomment
-
Constructor Summary
Constructors Constructor Description CppCommentParser.CppClassComments(String name, String comment)
-
Method Summary
Modifier and Type Method Description final Map<String, CppCommentParser.CppMemberComment>getFunctionsComments()final BooleanisNotEmpty()final StringgetName()final StringgetComment()-
-
Method Detail
-
getFunctionsComments
final Map<String, CppCommentParser.CppMemberComment> getFunctionsComments()
-
isNotEmpty
final Boolean isNotEmpty()
-
getComment
final String getComment()
-
-
-
-