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:
Ops,nonStructure,vector-method, Ops,structure,vector-method, Ops,vector,nonStructure-method, Ops,vector,structure-method, all.equal, as.Date, as.POSIXlt, as.data.frame, as.raster, coerce,ANY,character-method, coerce,character,SuperClassMethod-method, coerce,character,signature-method, coerce<-,ObjectsWithPackage,character-method, coerce<-,signature,character-method, formula, getDLLRegisteredRoutines, glyphJust, isOpen, toLatex, uses
Henrik Bengtsson