Gets the static instance of this objects class.

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

Arguments

...

Not used.

Value

Returns a reference to an Object.

Author

Henrik Bengtsson

See also

For more information see Object.

Examples

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