Package de.fabmax.webidl.parser
Class CppComments
-
- All Implemented Interfaces:
-
de.fabmax.webidl.parser.CommentElement
public class CppComments implements CommentElement
-
-
Method Summary
Modifier and Type Method Description abstract BooleanisNotEmpty()final StringgetNamespace()final StringgetClassName()StringgetComment()UnitsetComment(String comment)-
-
Method Detail
-
isNotEmpty
abstract Boolean isNotEmpty()
-
getNamespace
final String getNamespace()
-
getClassName
final String getClassName()
-
getComment
String getComment()
-
setComment
Unit setComment(String comment)
-
-
-
-