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(), ...)
A character
string.
Arguments passed to the constructor of RspConstruct
.
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, formula, getDLLRegisteredRoutines, isOpen, toLatex, uses