|
|||||||||
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,
int index,
JetSuperExpression superCallExpression)
|
Method Summary | |
---|---|
FunctionDescriptor |
getCalleeDescriptor()
|
JetSuperExpression |
getSuperCallExpression()
|
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, int index, @Nullable JetSuperExpression superCallExpression)
Method Detail |
---|
@NotNull public FunctionDescriptor getCalleeDescriptor()
getCalleeDescriptor
in interface AccessorForCallableDescriptor<FunctionDescriptor>
public JetSuperExpression getSuperCallExpression()
getSuperCallExpression
in interface AccessorForCallableDescriptor<FunctionDescriptor>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |