Package de.fabmax.webidl.parser
Interface CommentElement
-
- All Implemented Interfaces:
public interface CommentElement
-
-
Method Summary
Modifier and Type Method Description abstract StringgetComment()abstract UnitsetComment(String comment)-
-
Method Detail
-
getComment
abstract String getComment()
-
setComment
abstract Unit setComment(String comment)
-
-
-
-