|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.resolve.calls.context.TemporaryTraceAndCache
public class TemporaryTraceAndCache
Field Summary | |
---|---|
TemporaryResolutionResultsCache |
cache
|
TemporaryBindingTrace |
trace
|
Constructor Summary | |
---|---|
TemporaryTraceAndCache(ResolutionContext context,
java.lang.String debugName,
KtExpression expression)
|
Method Summary | |
---|---|
void |
commit()
|
static TemporaryTraceAndCache |
create(ResolutionContext context,
java.lang.String debugName,
KtExpression expression)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final TemporaryBindingTrace trace
public final TemporaryResolutionResultsCache cache
Constructor Detail |
---|
public TemporaryTraceAndCache(ResolutionContext context, java.lang.String debugName, KtExpression expression)
Method Detail |
---|
public static TemporaryTraceAndCache create(ResolutionContext context, java.lang.String debugName, KtExpression expression)
public void commit()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |