org.jetbrains.kotlin.serialization.deserialization
Class NameResolver
java.lang.Object
org.jetbrains.kotlin.serialization.deserialization.NameResolver
public class NameResolver
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NameResolver
public NameResolver(@NotNull
ProtoBuf.StringTable strings,
@NotNull
ProtoBuf.QualifiedNameTable qualifiedNames)
read
@NotNull
public static NameResolver read(@NotNull
java.io.InputStream in)
getString
@NotNull
public java.lang.String getString(int index)
getName
@NotNull
public Name getName(int index)
getClassId
@NotNull
public ClassId getClassId(int index)
getFqName
@NotNull
public FqName getFqName(int index)