org.jetbrains.jet.lang.types.lang
Class BuiltInsSerializationUtil

java.lang.Object
  extended by org.jetbrains.jet.lang.types.lang.BuiltInsSerializationUtil

public class BuiltInsSerializationUtil
extends java.lang.Object


Method Summary
static java.lang.String getClassMetadataPath(ClassId classId)
           
static java.lang.String getClassNamesFilePath(FqName fqName)
           
static java.lang.String getNameTableFilePath(FqName fqName)
           
static java.lang.String getPackageFilePath(FqName fqName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClassMetadataPath

@Nullable
public static java.lang.String getClassMetadataPath(@NotNull
                                                             ClassId classId)

getPackageFilePath

@NotNull
public static java.lang.String getPackageFilePath(@NotNull
                                                          FqName fqName)

getNameTableFilePath

@NotNull
public static java.lang.String getNameTableFilePath(@NotNull
                                                            FqName fqName)

getClassNamesFilePath

@NotNull
public static java.lang.String getClassNamesFilePath(@NotNull
                                                             FqName fqName)