KotlinPrimaryConstructor

class KotlinPrimaryConstructor(val impl: KtPrimaryConstructor) : PrimaryConstructor, KotlinConstructor<PrimaryConstructor>

Constructors

Link copied to clipboard
fun KotlinPrimaryConstructor(impl: KtPrimaryConstructor)

Functions

Link copied to clipboard
abstract fun body(): Expression?
Link copied to clipboard
abstract fun getAnnotations(): List<Annotation>
Link copied to clipboard
abstract fun getContainingClassOrObject(): ClassOrObject
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 hasBlockBody(): Boolean
Link copied to clipboard
abstract fun hasBody(): Boolean
Link copied to clipboard
abstract fun hasDeclaredReturnType(): Boolean
Link copied to clipboard
open override fun impl(): KtConstructor<*>
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 bodyBlockExpression: BlockExpression?
Link copied to clipboard
abstract val bodyExpression: Expression?
Link copied to clipboard
abstract val fqName: FqName?
Link copied to clipboard
val impl: KtPrimaryConstructor
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 psiOrParent: Element
Link copied to clipboard
abstract val receiverTypeReference: TypeReference?
Link copied to clipboard
abstract val text: String
Link copied to clipboard
abstract val typeConstraintList: TypeConstraintList?
Link copied to clipboard
abstract val typeConstraints: List<TypeConstraint>
Link copied to clipboard
abstract val typeParameterList: TypeParameterList?
Link copied to clipboard
abstract val typeParameters: List<TypeParameter>
Link copied to clipboard
abstract val typeReference: TypeReference?
Link copied to clipboard
abstract val valueParameterList: ParameterList?
Link copied to clipboard
abstract val valueParameters: List<Parameter?>