org.jetbrains.kotlin.descriptors.impl
Class ScriptCodeDescriptor
java.lang.Object
org.jetbrains.kotlin.descriptors.annotations.AnnotatedImpl
org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorImpl
org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorNonRootImpl
org.jetbrains.kotlin.descriptors.impl.FunctionDescriptorImpl
org.jetbrains.kotlin.descriptors.impl.ScriptCodeDescriptor
- All Implemented Interfaces:
- Annotated, CallableDescriptor, CallableMemberDescriptor, DeclarationDescriptor, DeclarationDescriptorNonRoot, DeclarationDescriptorWithSource, DeclarationDescriptorWithVisibility, FunctionDescriptor, MemberDescriptor, Named
public class ScriptCodeDescriptor
- extends FunctionDescriptorImpl
Methods inherited from class org.jetbrains.kotlin.descriptors.impl.FunctionDescriptorImpl |
accept, addOverriddenDescriptor, doSubstitute, getDispatchReceiverParameter, getExtensionReceiverParameter, getKind, getModality, getOriginal, getOverriddenDescriptors, getReturnType, getSubstitutedValueParameters, getTypeParameters, getValueParameters, getVisibility, hasStableParameterNames, hasSynthesizedParameterNames, initialize, setReturnType, setVisibility, substitute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jetbrains.kotlin.descriptors.Named |
getName |
ScriptCodeDescriptor
public ScriptCodeDescriptor(@NotNull
ScriptDescriptor containingDeclaration)
initialize
public void initialize(@NotNull
ReceiverParameterDescriptor dispatchReceiverParameter,
@NotNull
java.util.List<ValueParameterDescriptor> valueParameters,
@NotNull
JetType returnType)
createSubstitutedCopy
@NotNull
protected FunctionDescriptorImpl createSubstitutedCopy(@NotNull
DeclarationDescriptor newOwner,
@Nullable
FunctionDescriptor original,
@NotNull
CallableMemberDescriptor.Kind kind)
- Specified by:
createSubstitutedCopy
in class FunctionDescriptorImpl
copy
@NotNull
public FunctionDescriptor copy(DeclarationDescriptor newOwner,
Modality modality,
Visibility visibility,
CallableMemberDescriptor.Kind kind,
boolean copyOverrides)