character
~~|
~~+--
RspObject
~~~~~~~|
~~~~~~~+--
RspConstruct
~~~~~~~~~~~~|
~~~~~~~~~~~~+--
RspComment
Directly known subclasses:
public class RspComment extends RspConstruct
An RspComment is an RspConstruct
that represents an RSP comment,
which are of format <%-- ...="" --%="">%-->
, <%--- ...="" ---%="">%--->
and so on. They can also be so called "empty" RSP comments of format
<%-%>%-%>
, <%--%>%--%>
, <%---%>%---%>
and so on.
RspComment(str=character(), ...)
character
string. asRspString |
|
- | |
getComment |
Gets the comment. |