getStaticInstance.Object.Rd
Gets the static instance of this objects class.
# S3 method for class 'Object'
getStaticInstance(this, ...)
Returns a reference to an Object
.
For more information see Object
.
ex <- Exception("Oops!")
obj <- getStaticInstance(ex)