Package: R.rsp Class RspComment
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(), ...)
A character
string.
Not used.
Methods:
asRspString |
- | |
getComment |
Gets the comment. |
Methods inherited from RspConstruct: asRspString, getComment, getInclude, getSuffixSpecs
Methods inherited from RspObject: print
Methods inherited from character: all.equal, as.Date, as.POSIXlt, as.data.frame, as.raster, formula, getDLLRegisteredRoutines, isOpen, toLatex, uses