|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.descriptors.serialization.TypeDeserializer
public class TypeDeserializer
| Nested Class Summary | |
|---|---|
static interface |
TypeDeserializer.TypeParameterResolver
|
| Constructor Summary | |
|---|---|
TypeDeserializer(DeserializationContext context,
TypeDeserializer parent,
java.lang.String debugName,
TypeDeserializer.TypeParameterResolver typeParameterResolver)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
JetType |
type(ProtoBuf.Type proto)
|
JetType |
typeOrNull(ProtoBuf.Type proto)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TypeDeserializer(@NotNull
DeserializationContext context,
@Nullable
TypeDeserializer parent,
@NotNull
java.lang.String debugName,
@NotNull
TypeDeserializer.TypeParameterResolver typeParameterResolver)
| Method Detail |
|---|
@Nullable
public JetType typeOrNull(@Nullable
ProtoBuf.Type proto)
@NotNull
public JetType type(@NotNull
ProtoBuf.Type proto)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||