1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Do not modify this file since it was automatically generated from:
%
% HtmlRspLanguage.R
%
% by the Rdoc compiler part of the R.oo package.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\name{HtmlRspLanguage}
\docType{class}
\alias{HtmlRspLanguage}
\title{The HtmlRspLanguage class}
\description{
Package: R.rsp \cr
\bold{Class HtmlRspLanguage}\cr
\code{\link[R.oo]{Object}}\cr
\code{~~|}\cr
\code{~~+--}\code{\link[R.rsp]{RspLanguage}}\cr
\code{~~~~~~~|}\cr
\code{~~~~~~~+--}\code{HtmlRspLanguage}\cr
\bold{Directly known subclasses:}\cr
\cr
public static class \bold{HtmlRspLanguage}\cr
extends \link[R.rsp]{RspLanguage}\cr
}
\usage{
HtmlRspLanguage(...)
}
\arguments{
\item{...}{Arguments passed to the constructor of the \code{\link{RspLanguage}}.}
}
\section{Fields and Methods}{
\bold{Methods:}\cr
\tabular{rll}{
\tab \code{escape} \tab -\cr
\tab \code{getComment} \tab -\cr
\tab \code{getVerbatim} \tab -\cr
}
\bold{Methods inherited from RspLanguage}:\cr
escape, getComment, getLanguage, getNewline, getVerbatim
\bold{Methods inherited from Object}:\cr
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clearLookupCache, clone, detach, equals, extend, finalize, getEnvironment, getFieldModifier, getFieldModifiers, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, names, objectSize, print, save
}
\author{Henrik Bengtsson}
\keyword{classes}
\keyword{internal}
|