org.jetbrains.jet.lang.resolve.kotlin.header
Class KotlinClassHeader

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.kotlin.header.KotlinClassHeader
Direct Known Subclasses:
IncompatibleAnnotationHeader, PackageFragmentClassHeader, SerializedDataHeader

public abstract class KotlinClassHeader
extends java.lang.Object


Constructor Summary
protected KotlinClassHeader(int version)
           
 
Method Summary
 int getVersion()
           
static KotlinClassHeader read(KotlinJvmBinaryClass kotlinClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KotlinClassHeader

protected KotlinClassHeader(int version)
Method Detail

read

@Nullable
public static KotlinClassHeader read(@NotNull
                                              KotlinJvmBinaryClass kotlinClass)

getVersion

public int getVersion()