isPublic.Class: Checks if a class is defined public or not

isPublic.ClassR Documentation

Checks if a class is defined public or not

Description

Checks if a class is defined public or not. A class is public if it is neither private nor protected.

Usage

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

Arguments

...

Not used.

Value

Returns TRUE if the class is public, otherwise FALSE.

Author(s)

Henrik Bengtsson

See Also

class(). setConstructorS3(). For more information see Class.

Examples

  if (!isPublic(RccViolationException))
    throw("The class RccViolationException should be public.")

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