org.jetbrains.kotlin.descriptors
Interface ScriptDescriptor

All Superinterfaces:
ClassDescriptor, ClassifierDescriptor, ClassifierDescriptorWithTypeParameters, ClassOrPackageFragmentDescriptor, DeclarationDescriptor, DeclarationDescriptorNonRoot, DeclarationDescriptorWithSource, DeclarationDescriptorWithVisibility, MemberDescriptor, Named

public interface ScriptDescriptor
extends ClassDescriptor


Method Summary
 int getPriority()
           
 ClassConstructorDescriptor getUnsubstitutedPrimaryConstructor()
           
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.ClassDescriptor
getCompanionObjectDescriptor, getConstructors, getContainingDeclaration, getDeclaredTypeParameters, getDefaultType, getKind, getMemberScope, getMemberScope, getModality, getOriginal, getSealedSubclasses, getStaticScope, getThisAsReceiverParameter, getUnsubstitutedInnerClassesScope, getUnsubstitutedMemberScope, getVisibility, isCompanionObject, isData, substitute
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.ClassifierDescriptorWithTypeParameters
isInner
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.ClassifierDescriptor
getTypeConstructor
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.MemberDescriptor
isExternal, isHeader, isImpl
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptorWithSource
getSource
 

Method Detail

getPriority

int getPriority()

getUnsubstitutedPrimaryConstructor

@NotNull
ClassConstructorDescriptor getUnsubstitutedPrimaryConstructor()
Specified by:
getUnsubstitutedPrimaryConstructor in interface ClassDescriptor