|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAbstractAccessorForFunctionDescriptor
org.jetbrains.kotlin.codegen.AccessorForFunctionDescriptor
public class AccessorForFunctionDescriptor
| Constructor Summary | |
|---|---|
AccessorForFunctionDescriptor(FunctionDescriptor descriptor,
DeclarationDescriptor containingDeclaration,
ClassDescriptor superCallTarget,
java.lang.String nameSuffix)
|
|
| Method Summary | |
|---|---|
protected FunctionDescriptorImpl |
createSubstitutedCopy(DeclarationDescriptor newOwner,
FunctionDescriptor original,
Kind kind,
Name newName,
Annotations annotations,
SourceElement source)
|
FunctionDescriptor |
getCalleeDescriptor()
|
ClassDescriptor |
getSuperCallTarget()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccessorForFunctionDescriptor(@NotNull
FunctionDescriptor descriptor,
@NotNull
DeclarationDescriptor containingDeclaration,
@Nullable
ClassDescriptor superCallTarget,
@NotNull
java.lang.String nameSuffix)
| Method Detail |
|---|
@NotNull
protected FunctionDescriptorImpl createSubstitutedCopy(@NotNull
DeclarationDescriptor newOwner,
@Nullable
FunctionDescriptor original,
@NotNull
Kind kind,
@Nullable
Name newName,
@NotNull
Annotations annotations,
@NotNull
SourceElement source)
@NotNull public FunctionDescriptor getCalleeDescriptor()
getCalleeDescriptor in interface AccessorForCallableDescriptor<FunctionDescriptor>public ClassDescriptor getSuperCallTarget()
getSuperCallTarget in interface AccessorForCallableDescriptor<FunctionDescriptor>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||