org.jetbrains.jet.lang.resolve.java
Class AbiVersionUtil

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.java.AbiVersionUtil

public final class AbiVersionUtil
extends java.lang.Object


Field Summary
static int INVALID_VERSION
           
 
Method Summary
static boolean isAbiVersionCompatible(int abiVersion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID_VERSION

public static final int INVALID_VERSION
See Also:
Constant Field Values
Method Detail

isAbiVersionCompatible

public static boolean isAbiVersionCompatible(int abiVersion)