|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.lang.resolve.java.AbiVersionUtil
public class AbiVersionUtil
Field Summary | |
---|---|
static WritableSlice<com.intellij.psi.PsiClass,java.lang.Integer> |
ABI_VERSION_ERRORS
|
static int |
INVALID_VERSION
|
Constructor Summary | |
---|---|
AbiVersionUtil()
|
Method Summary | |
---|---|
static void |
checkAbiVersion(com.intellij.psi.PsiClass psiClass,
PsiAnnotationWithAbiVersion versionAnnotation,
BindingTrace trace)
|
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 |
---|
public static final WritableSlice<com.intellij.psi.PsiClass,java.lang.Integer> ABI_VERSION_ERRORS
public static final int INVALID_VERSION
Constructor Detail |
---|
public AbiVersionUtil()
Method Detail |
---|
public static boolean isAbiVersionCompatible(int abiVersion)
public static void checkAbiVersion(@NotNull com.intellij.psi.PsiClass psiClass, @NotNull PsiAnnotationWithAbiVersion versionAnnotation, @NotNull BindingTrace trace)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |