|
|||||||||
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.RegeneratedClassContext
public class RegeneratedClassContext
Field Summary |
---|
Fields inherited from class org.jetbrains.kotlin.codegen.inline.InliningContext |
---|
classRegeneration, isInliningLambda, nameGenerator, reifiedTypeInliner, state, typeRemapper |
Constructor Summary | |
---|---|
RegeneratedClassContext(InliningContext parent,
java.util.Map<java.lang.Integer,LambdaInfo> map,
GenerationState state,
NameGenerator nameGenerator,
TypeRemapper typeRemapper,
ReifiedTypeInliner reifiedTypeInliner,
boolean isInliningLambda,
InlineCallSiteInfo callSiteInfo)
|
Method Summary | |
---|---|
InlineCallSiteInfo |
getCallSiteInfo()
|
Methods inherited from class org.jetbrains.kotlin.codegen.inline.InliningContext |
---|
getParent, getRoot, isRoot, subInline, subInlineLambda, subInlineWithClassRegeneration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegeneratedClassContext(@Nullable InliningContext parent, @NotNull java.util.Map<java.lang.Integer,LambdaInfo> map, @NotNull GenerationState state, @NotNull NameGenerator nameGenerator, @NotNull TypeRemapper typeRemapper, @NotNull ReifiedTypeInliner reifiedTypeInliner, boolean isInliningLambda, @NotNull InlineCallSiteInfo callSiteInfo)
Method Detail |
---|
@NotNull public InlineCallSiteInfo getCallSiteInfo()
getCallSiteInfo
in class InliningContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |