isStatic.Class: Checks if a class is static or not

isStatic.ClassR Documentation

Checks if a class is static or not

Description

Checks if a class is static or not. A class is static if it has static methods.

Usage

## S3 method for class 'Class'
isStatic(this, ...)

Arguments

...

Not used.

Value

Returns TRUE if the class is static, otherwise FALSE.

Author(s)

Henrik Bengtsson

See Also

setConstructorS3(). For more information see Class.

Examples

  if (!isStatic(RccViolationException))
    throw("RccViolationException should be static because Exception is.")

R.oo documentation built on June 12, 2022, 9:05 a.m.