Rev 19087 | Rev 42333 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{signature-class}\docType{class}\alias{signature-class}\title{Class "signature" For Method Definitions}\description{This class represents the mapping of some of the formalarguments of a function onto the names of some classes. It is used asone of two slots in the \code{\link{MethodDefinition-class}}.}\section{Objects from the Class}{Objects can be created by calls of the form \code{new("signature",functionDef, ...)}. The \code{functionDef} argument, if it issupplied as a function object, defines the formal names. The otherarguments define the classes.}\section{Slots}{\describe{\item{\code{.Data}:}{Object of class \code{"character"} the classes. }\item{\code{names}:}{Object of class \code{"character"} thecorresponding argument names. }}}\section{Extends}{Class \code{"character"}, from data part.Class \code{"vector"}, by class "character".}\section{Methods}{\describe{\item{initialize}{\code{signature(object = "signature")}: see thediscussion of objects from the class, above. }}}\seealso{\code{\link{MethodDefinition-class}} for the use of this class }\keyword{classes}