Checks if a class is static or not
Checks if a class is static or not. A class is static if it has static methods.
## S3 method for class 'Class' isStatic(this, ...)
... |
Not used. |
Henrik Bengtsson
setConstructorS3
().
For more information see Class
.
if (!isStatic(RccViolationException)) throw("RccViolationException should be static because Exception is.")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.