Package de.fabmax.webidl.parser
Class CppAttributeComment
-
- All Implemented Interfaces:
-
de.fabmax.webidl.parser.CommentElement
public final class CppAttributeComment implements CommentElement
-
-
Constructor Summary
Constructors Constructor Description CppAttributeComment(String attributeName, String type, String comment)
-
Method Summary
Modifier and Type Method Description final StringgetAttributeName()final StringgetType()StringgetComment()UnitsetComment(String comment)-
-
Method Detail
-
getAttributeName
final String getAttributeName()
-
getComment
String getComment()
-
setComment
Unit setComment(String comment)
-
-
-
-