|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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.SimpleFunctionDescriptorImpl
org.jetbrains.kotlin.types.error.ErrorSimpleFunctionDescriptorImpl
public class ErrorSimpleFunctionDescriptorImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jetbrains.kotlin.descriptors.CallableMemberDescriptor |
|---|
CallableMemberDescriptor.Kind |
| Constructor Summary | |
|---|---|
ErrorSimpleFunctionDescriptorImpl(ClassDescriptor containingDeclaration,
ErrorUtils.ErrorScope ownerScope)
|
|
| Method Summary | |
|---|---|
void |
addOverriddenDescriptor(CallableMemberDescriptor overriddenFunction)
|
SimpleFunctionDescriptor |
copy(DeclarationDescriptor newOwner,
Modality modality,
Visibility visibility,
CallableMemberDescriptor.Kind kind,
boolean copyOverrides)
|
protected FunctionDescriptorImpl |
createSubstitutedCopy(DeclarationDescriptor newOwner,
FunctionDescriptor original,
CallableMemberDescriptor.Kind kind)
|
| Methods inherited from class org.jetbrains.kotlin.descriptors.impl.SimpleFunctionDescriptorImpl |
|---|
create, getOriginal, initialize |
| Methods inherited from class org.jetbrains.kotlin.descriptors.impl.FunctionDescriptorImpl |
|---|
accept, doSubstitute, doSubstitute, getDispatchReceiverParameter, getExtensionReceiverParameter, getExtensionReceiverParameterType, getKind, getModality, getOverriddenDescriptors, getReturnType, getSubstitutedValueParameters, getTypeParameters, getValueParameters, getVisibility, hasStableParameterNames, hasSynthesizedParameterNames, isOperator, setReturnType, setVisibility, substitute |
| Methods inherited from class org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorNonRootImpl |
|---|
getContainingDeclaration, getSource |
| Methods inherited from class org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorImpl |
|---|
acceptVoid, getName, toString, toString |
| Methods inherited from class org.jetbrains.kotlin.descriptors.annotations.AnnotatedImpl |
|---|
getAnnotations |
| 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.FunctionDescriptor |
|---|
getContainingDeclaration, getOverriddenDescriptors, isOperator, substitute |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.CallableMemberDescriptor |
|---|
getKind |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.CallableDescriptor |
|---|
getDispatchReceiverParameter, getExtensionReceiverParameter, getReturnType, getTypeParameters, getValueParameters, hasStableParameterNames, hasSynthesizedParameterNames |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.MemberDescriptor |
|---|
getModality, getVisibility |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptorWithSource |
|---|
getSource |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptor |
|---|
accept, acceptVoid |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.annotations.Annotated |
|---|
getAnnotations |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.Named |
|---|
getName |
| Constructor Detail |
|---|
public ErrorSimpleFunctionDescriptorImpl(@NotNull
ClassDescriptor containingDeclaration,
@NotNull
ErrorUtils.ErrorScope ownerScope)
| Method Detail |
|---|
@NotNull
protected FunctionDescriptorImpl createSubstitutedCopy(@NotNull
DeclarationDescriptor newOwner,
@Nullable
FunctionDescriptor original,
@NotNull
CallableMemberDescriptor.Kind kind)
createSubstitutedCopy in class SimpleFunctionDescriptorImpl
@NotNull
public SimpleFunctionDescriptor copy(DeclarationDescriptor newOwner,
Modality modality,
Visibility visibility,
CallableMemberDescriptor.Kind kind,
boolean copyOverrides)
copy in interface CallableMemberDescriptorcopy in interface FunctionDescriptorcopy in interface SimpleFunctionDescriptorcopy in class SimpleFunctionDescriptorImpl
public void addOverriddenDescriptor(@NotNull
CallableMemberDescriptor overriddenFunction)
addOverriddenDescriptor in interface CallableMemberDescriptoraddOverriddenDescriptor in class FunctionDescriptorImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||