RspUnparsedExpression: The RspUnparsedExpression class

RspUnparsedExpressionR Documentation

The RspUnparsedExpression class

Description

Package: R.rsp
Class RspUnparsedExpression

character
~~|
~~+--RspObject
~~~~~~~|
~~~~~~~+--RspConstruct
~~~~~~~~~~~~|
~~~~~~~~~~~~+--RspExpression
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--RspUnparsedExpression

Directly known subclasses:

public class RspUnparsedExpression
extends RspExpression

An RspUnparsedExpression is an RspExpression that still has not been parsed for its class and content. After parse():ing such an object, the class of this RSP expression will be known.

Usage

RspUnparsedExpression(...)

Arguments

...

Arguments passed to RspExpression.

Fields and Methods

Methods:

parseExpression Parses the unknown RSP expression for its class.

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, downloadFile, formula, getDLLRegisteredRoutines, isOpen, toAsciiRegExprPattern, toFileListTree, toLatex, uses

Author(s)

Henrik Bengtsson


R.rsp documentation built on June 28, 2022, 1:05 a.m.