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)
           
static java.lang.String relativeClassNameToFilePath(FqNameUnsafe className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

relativeClassNameToFilePath

@NotNull
public static java.lang.String relativeClassNameToFilePath(@NotNull
                                                                   FqNameUnsafe className)

getClassMetadataPath

@NotNull
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)