Gets all classes of a package.

# S3 method for class 'Package'
getClasses(this, ...)

Arguments

...

Not used.

Value

Returns a character vector of class names.

Author

Henrik Bengtsson

See also

For more information see Package.

Examples

  pkg <- Package("R.oo")
  print(getClasses(pkg))
#>  [1] "BasicObject"            "Class"                  "Exception"             
#>  [4] "Interface"              "InternalErrorException" "Object"                
#>  [7] "Package"                "RccViolationException"  "Rdoc"                  
#> [10] "RdocException"