getStaticInstance.Object {R.oo}R Documentation

Gets the static instance of this objects class

Description

Gets the static instance of this objects class.

Usage

## S3 method for class 'Object':
getStaticInstance(this, ...)

Arguments

... Not used.

Value

Returns a reference to an Object.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see Object.

Examples

  ex <- Exception("Oops!")
  obj <- getStaticInstance(ex)

[Package R.oo version 1.6.5 Index]