| RspDirective {R.rsp} | R Documentation |
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.
RspDirective(value=character(), ...)
value |
A |
... |
Arguments passed to the constructor of |
Methods:
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, downloadFile, formula, getDLLRegisteredRoutines, isOpen, toAsciiRegExprPattern, toFileListTree, toLatex, uses
Henrik Bengtsson