R.rsp (version 0.46.0)

RspComment: The RspComment class

Description

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.

Usage

RspComment(str=character(), ...)

Arguments

str

A character string.

...

Not used.

Fields and Methods

Methods:

asRspString-
getCommentGets 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

Author

Henrik Bengtsson