|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.resolve.FunctionDescriptorUtil
public class FunctionDescriptorUtil
| Method Summary | ||
|---|---|---|
static
|
alphaConvertTypeParameters(D candidate)
|
|
static TypeSubstitution |
createSubstitution(FunctionDescriptor functionDescriptor,
java.util.List<KotlinType> typeArguments)
|
|
static LexicalScope |
getFunctionInnerScope(LexicalScope outerScope,
FunctionDescriptor descriptor,
BindingTrace trace)
|
|
static LexicalScope |
getFunctionInnerScope(LexicalScope outerScope,
FunctionDescriptor descriptor,
LocalRedeclarationChecker redeclarationChecker)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TypeSubstitution createSubstitution(@NotNull
FunctionDescriptor functionDescriptor,
@NotNull
java.util.List<KotlinType> typeArguments)
@NotNull
public static LexicalScope getFunctionInnerScope(@NotNull
LexicalScope outerScope,
@NotNull
FunctionDescriptor descriptor,
@NotNull
BindingTrace trace)
@NotNull
public static LexicalScope getFunctionInnerScope(@NotNull
LexicalScope outerScope,
@NotNull
FunctionDescriptor descriptor,
@NotNull
LocalRedeclarationChecker redeclarationChecker)
public static <D extends CallableDescriptor> D alphaConvertTypeParameters(D candidate)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||