|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.codegen.inline.InliningContext
org.jetbrains.kotlin.codegen.inline.RootInliningContext
public class RootInliningContext
Field Summary | |
---|---|
KtElement |
callElement
|
CodegenContext |
startContext
|
Fields inherited from class org.jetbrains.kotlin.codegen.inline.InliningContext |
---|
classRegeneration, expressionMap, isInliningLambda, nameGenerator, reifedTypeInliner, state, typeMapping |
Constructor Summary | |
---|---|
RootInliningContext(java.util.Map<java.lang.Integer,LambdaInfo> map,
GenerationState state,
NameGenerator nameGenerator,
CodegenContext startContext,
KtElement callElement,
java.lang.String classNameToInline,
ReifiedTypeInliner inliner)
|
Method Summary | |
---|---|
java.lang.String |
getClassNameToInline()
|
Methods inherited from class org.jetbrains.kotlin.codegen.inline.InliningContext |
---|
getParent, getRoot, isInliningLambdaRootContext, isRoot, subInline, subInline, subInline, subInlineLambda, subInlineWithClassRegeneration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final CodegenContext startContext
public final KtElement callElement
Constructor Detail |
---|
public RootInliningContext(@NotNull java.util.Map<java.lang.Integer,LambdaInfo> map, @NotNull GenerationState state, @NotNull NameGenerator nameGenerator, @NotNull CodegenContext startContext, @NotNull KtElement callElement, @NotNull java.lang.String classNameToInline, @NotNull ReifiedTypeInliner inliner)
Method Detail |
---|
@NotNull public java.lang.String getClassNameToInline()
getClassNameToInline
in class InliningContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |