org.jetbrains.kotlin.descriptors
Interface ScriptDescriptor

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

public interface ScriptDescriptor
extends ClassDescriptor


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

Method Detail

getPriority

int getPriority()

getUnsubstitutedPrimaryConstructor

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