Package de.fabmax.webidl.parser
Class CppClassComments
-
- All Implemented Interfaces:
-
de.fabmax.webidl.parser.CommentElement
public final class CppClassComments extends CppComments
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, List<CppMethodComment>>methodsprivate final Map<String, CppAttributeComment>attributesprivate final BooleanisNotEmptyprivate final StringsuperTypeprivate final Stringnamespaceprivate final StringclassNameprivate Stringcomment
-
Constructor Summary
Constructors Constructor Description CppClassComments(String namespace, String className, String superType, String comment)
-
Method Summary
Modifier and Type Method Description final Map<String, List<CppMethodComment>>getMethods()final Map<String, CppAttributeComment>getAttributes()BooleanisNotEmpty()final StringgetSuperType()-
-
Method Detail
-
getMethods
final Map<String, List<CppMethodComment>> getMethods()
-
getAttributes
final Map<String, CppAttributeComment> getAttributes()
-
isNotEmpty
Boolean isNotEmpty()
-
getSuperType
final String getSuperType()
-
-
-
-