org.jetbrains.kotlin.resolve
Class FunctionDescriptorUtil
java.lang.Object
org.jetbrains.kotlin.resolve.FunctionDescriptorUtil
public class FunctionDescriptorUtil
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createSubstitution
public static TypeSubstitution createSubstitution(@NotNull
FunctionDescriptor functionDescriptor,
@NotNull
java.util.List<KotlinType> typeArguments)
getFunctionInnerScope
@NotNull
public static LexicalScope getFunctionInnerScope(@NotNull
LexicalScope outerScope,
@NotNull
FunctionDescriptor descriptor,
@NotNull
BindingTrace trace)
getFunctionInnerScope
@NotNull
public static LexicalScope getFunctionInnerScope(@NotNull
LexicalScope outerScope,
@NotNull
FunctionDescriptor descriptor,
@NotNull
LocalRedeclarationChecker redeclarationChecker)
alphaConvertTypeParameters
public static <D extends CallableDescriptor> D alphaConvertTypeParameters(D candidate)