R.rsp (version 0.20.0)

RspDirective: The abstract RspDirective class

Description

Package: R.rsp Class RspDirective character ~~| ~~+--RspObject ~~~~~~~| ~~~~~~~+--RspConstruct ~~~~~~~~~~~~| ~~~~~~~~~~~~+--RspDirective Directly known subclasses: RspCopyDirective, RspCutDirective, RspElseDirective, RspEndcopyDirective, RspEndcutDirective, RspEndifDirective, RspErrorDirective, RspEvalDirective, RspIfDirective, RspIfeqDirective, RspIfneqDirective, RspIncludeDirective, RspIntegerDirective, RspLogicalDirective, RspMetaDirective, RspNumericDirective, RspPageDirective, RspPasteDirective, RspStringDirective, RspUnknownDirective, RspUnparsedDirective, RspVariableDirective public class RspDirective extends RspConstruct An RspDirective is an RspConstruct that represents an RSP preprocesing directive of format <%@ ...="" %="">. The directive is independent of the underlying programming language.

Usage

RspDirective(value=character(), ...)

Arguments

value
A character string.
...
Arguments passed to the constructor of RspConstruct.

Fields and Methods

Methods: rll{ asRspString - getNameContentDefaultAttributes - requireAttributes Asserts that certain attributes exist. }

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