has Classes And Objects With All Names
Determines whether the declaration has classes and objects with all the specified names.
Return
true
if there are declarations with all the specified names, false
otherwise.
Parameters
The name of the class or object to check.
The names of the classes and objects to check.
Specifies whether to include nested classes and objects in the check (optional, default is true
).
Specifies whether to include local classes in the check (optional, default is true
).
Determines whether the declaration has classes and objects with all the specified names.
Return
true
if there are declarations with all the specified names, false
otherwise.
Parameters
The names of the classes and objects to check.
Specifies whether to include nested classes and objects in the check (optional, default is true
).
Specifies whether to include local classes in the check (optional, default is true
).