KaNamedClassSymbol
Last modified: 01 August 2024Represents a named class, object, or interface declaration. Basically, covers all class-like declarations, excluding anonymous objects.
Use Cases
Checking for specific class features. Use properties like
isData
,isInner
, andisCompanion
to determine if the class has specific characteristics.
Also see use cases for the KaClassSymbol supertype.
Hierarchy
Inherits from KaClassSymbol.