getFields.Class.Rd
Returns the field names of a class.
# S3 method for class 'Class'
getFields(this, private=FALSE, ...)
If TRUE
, private fields will also be returned,
otherwise only public fields are returned.
Not used.
For more information see Class
.