TypedSignature-class(TypeInfo)
TypedSignature-class()所属R语言包:TypeInfo
Class "TypedSignature" representing type information about
类“TypedSignature”代表型的信息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class is used to describe an AND or simultaneous condition on the types of several arguments of a function call. The entire test is satisfied if all the individual elements are satisfied. One can represent the test elements for the different parameters as either class names (i.e. character strings or NamedTypeTest-class and sub-classes), and also predicate expressions using DynamicTypeTest.
这个类是用来描述与函数调用几个参数的类型或同时条件。整个测试感到满意,如果所有的单个元素感到满意。一个可以代表任一类的名称(如字符串或NamedTypeTest-class“的子类),也谓词表达了不同的参数测试元素,使用DynamicTypeTest。
In addition to the types on the parameters, one can also specify a test for the return type if a call to the function matches this signature. This allows us to associate a specific return type with a specific set of input types.
除了对参数的类型,也可以指定一个返回类型的测试,如果一个函数调用匹配此签名。这使我们联想到一个特定的返回类型与一组特定的输入类型。
Currently this class is only used to describe the elements in SimultaneousTypeSpecification-class objects.
目前,这个类只是用来形容SimultaneousTypeSpecification-class对象的元素。
类的对象----------Objects from the Class----------
Use the constructor function TypedSignature to create objects of this class.
使用构造函数TypedSignature创建这个类的对象。
插槽----------Slots----------
.Data: This object extends list. But this slot is intended to be opaque and should not be used directly.
.Data:此对象扩展列表。但是这个槽的目的是不透明的,不应该直接使用。
returnType: Object of class "ClassNameOrExpression". This represents the description of the return type of the
returnType类"ClassNameOrExpression"的对象。这代表返回类型的说明
延伸----------Extends----------
Class "list", from data part. Class "vector", by class "list".
类"list",从数据的一部分。类"vector"类"list"。
方法----------Methods----------
hasParameterType signature(def = "TypedSignature"):
hasParameterTypesignature(def = "TypedSignature"):
hasReturnType signature(def = "TypedSignature"):
hasReturnTypesignature(def = "TypedSignature"):
作者(S)----------Author(s)----------
Duncan Temple Lang <duncan@wald.ucdavis.edu>
参见----------See Also----------
SimultaneousTypeSpecification
SimultaneousTypeSpecification
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|