Determines for each method if it potentially can be directly called by a client.
This can happens if:
- the method is directly visible to the client
- the method can become visible by a visible subclass which inherits the respective method
- the method can become pseudo-visible by a call on a superclass/interface (if the class is upcasted)
Note
This property is computed on-demand by a direct property computation.
Linear Supertypes
Property, PropertyMetaInformation, PropertyKind, AnyRef, Any
Determines for each method if it potentially can be directly called by a client. This can happens if: - the method is directly visible to the client - the method can become visible by a visible subclass which inherits the respective method - the method can become pseudo-visible by a call on a superclass/interface (if the class is upcasted)
This property is computed on-demand by a direct property computation.