org.jetbrains.kotlin.serialization.deserialization
Interface NameResolver

All Known Implementing Classes:
NameResolverImpl

public interface NameResolver


Method Summary
 ClassId getClassId(int index)
           
 Name getName(int index)
           
 java.lang.String getString(int index)
           
 

Method Detail

getString

@NotNull
java.lang.String getString(int index)

getName

@NotNull
Name getName(int index)

getClassId

@NotNull
ClassId getClassId(int index)