|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.descriptors.serialization.NameResolver
public class NameResolver
Constructor Summary | |
---|---|
NameResolver(ProtoBuf.SimpleNameTable simpleNames,
ProtoBuf.QualifiedNameTable qualifiedNames)
|
Method Summary | |
---|---|
ClassId |
getClassId(int index)
|
FqName |
getFqName(int index)
|
Name |
getName(int index)
|
ProtoBuf.QualifiedNameTable |
getQualifiedNameTable()
|
ProtoBuf.SimpleNameTable |
getSimpleNameTable()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NameResolver(@NotNull ProtoBuf.SimpleNameTable simpleNames, @NotNull ProtoBuf.QualifiedNameTable qualifiedNames)
Method Detail |
---|
@NotNull public ProtoBuf.SimpleNameTable getSimpleNameTable()
@NotNull public ProtoBuf.QualifiedNameTable getQualifiedNameTable()
@NotNull public Name getName(int index)
@NotNull public ClassId getClassId(int index)
@NotNull public FqName getFqName(int index)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |