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.
}Methods inherited from RspConstruct: asRspString, getComment, getInclude, getSuffixSpecs
Methods inherited from RspObject: getAttribute, getAttributes, hasAttribute, print, setAttribute, setAttributes
Methods inherited from character: all.equal, as.Date, as.POSIXlt, as.data.frame, as.raster, downloadFile, formula, getDLLRegisteredRoutines, isOpen, toAsciiRegExprPattern, toFileListTree, toLatex, uses