proxyEvaluator {XR}R Documentation

The Evaluator Function Object Referred to from a Proxy Objec

Description

Any proxy for a server language object contains a reference to the interface evaluator object used to create the proxy object. This function retrieves the evaluator (whether or not there is a proxy class for this object). The function is called from specialized methods for particular server langauge classes, as part of a package using the XR package. End users will not typically need to call it directly; it is exported to simplify life for the extending package.

Usage

proxyEvaluator(object)

Arguments

object

any proxy object


[Package XR version 0.7.2 Index]