|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.resolve.TypeResolutionContext
public class TypeResolutionContext
| Field Summary | |
|---|---|
boolean |
allowBareTypes
|
boolean |
checkBounds
|
boolean |
forceResolveLazyTypes
|
boolean |
isDebuggerContext
|
LexicalScope |
scope
|
BindingTrace |
trace
|
| Constructor Summary | |
|---|---|
TypeResolutionContext(LexicalScope scope,
BindingTrace trace,
boolean checkBounds,
boolean allowBareTypes,
boolean isDebuggerContext)
|
|
| Method Summary | |
|---|---|
TypeResolutionContext |
noBareTypes()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final LexicalScope scope
public final BindingTrace trace
public final boolean checkBounds
public final boolean allowBareTypes
public final boolean forceResolveLazyTypes
public final boolean isDebuggerContext
| Constructor Detail |
|---|
public TypeResolutionContext(@NotNull
LexicalScope scope,
@NotNull
BindingTrace trace,
boolean checkBounds,
boolean allowBareTypes,
boolean isDebuggerContext)
| Method Detail |
|---|
public TypeResolutionContext noBareTypes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||