EnumEntry

interface EnumEntry : Class

Functions

Link copied to clipboard
abstract fun getAnnotations(): List<Annotation>
Link copied to clipboard
abstract fun getAnonymousInitializers(): List<AnonymousInitializer>
Link copied to clipboard
open fun getPrimaryConstructorParameterList(): ParameterList?
Link copied to clipboard
abstract fun getProperties(): List<Property>
Link copied to clipboard
abstract fun getResolvedCall(context: ResolutionContext): ResolvedCall?
Link copied to clipboard
abstract fun getVariableDescriptor(context: ResolutionContext): VariableDescriptor?
Link copied to clipboard
abstract fun hasExplicitPrimaryConstructor(): Boolean
Link copied to clipboard
abstract fun hasInitializer(): Boolean
Link copied to clipboard
abstract fun hasPrimaryConstructor(): Boolean
Link copied to clipboard
abstract fun impl(): Any
Link copied to clipboard
abstract fun isAnnotation(): Boolean
Link copied to clipboard
abstract fun isData(): Boolean
Link copied to clipboard
abstract fun isEnum(): Boolean
Link copied to clipboard
abstract fun isInline(): Boolean
Link copied to clipboard
abstract fun isInner(): Boolean
Link copied to clipboard
abstract fun isInterface(): Boolean
Link copied to clipboard
abstract fun isSealed(): Boolean
Link copied to clipboard
abstract fun isTopLevel(): Boolean
Link copied to clipboard
abstract fun isValue(): Boolean
Link copied to clipboard
abstract fun lastBlockStatementOrThis(): Expression
Link copied to clipboard
abstract fun location(): CompilerMessageSourceLocation?
Link copied to clipboard
abstract fun parents(): List<Element>
Link copied to clipboard
abstract fun type(context: ResolutionContext): Type?

Properties

Link copied to clipboard
abstract val annotationEntries: List<AnnotationEntry>
Link copied to clipboard
abstract val body: ClassBody?
Link copied to clipboard
abstract val companionObjects: List<ObjectDeclaration?>
Link copied to clipboard
abstract val declarations: List<Declaration>
Link copied to clipboard
abstract val fqName: FqName?
Link copied to clipboard
abstract val isLocal: Boolean
Link copied to clipboard
abstract val modifierList: ModifierList?
Link copied to clipboard
abstract val name: String?
Link copied to clipboard
abstract val nameAsName: Name?
Link copied to clipboard
abstract val nameAsSafeName: Name
Link copied to clipboard
abstract val parents: List<Element>
Link copied to clipboard
abstract val primaryConstructor: PrimaryConstructor?
Link copied to clipboard
abstract val primaryConstructorModifierList: ModifierList?
Link copied to clipboard
abstract val primaryConstructorParameters: List<Parameter>
Link copied to clipboard
abstract val psiOrParent: Element
Link copied to clipboard
abstract val secondaryConstructors: List<SecondaryConstructor?>
Link copied to clipboard
abstract val superTypeListEntries: List<SuperTypeListEntry>
Link copied to clipboard
abstract val text: String