numClassesAndObjects
Returns the number of classes and objects present in the declaration.
Return
The number of classes and objects in the declaration.
Parameters
includeNested
Specifies whether to include nested classes and objects in the count (optional, default is true
).
includeLocal
Specifies whether to include local classes in the count (optional, default is true
).