R.rsp (version 0.46.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 preprocessing 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:

asRspString-
getNameContentDefaultAttributes-
requireAttributesAsserts that certain attributes exist.

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