Home
last modified time | relevance | path

Searched refs:CLASS_VERSION_1_8_MINOR (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/classfile/
DClassConstants.java49 public static final int CLASS_VERSION_1_8_MINOR = 0; field in ClassConstants
58 …lic static final int CLASS_VERSION_1_8 = (CLASS_VERSION_1_8_MAJOR << 16) | CLASS_VERSION_1_8_MINOR;
/external/proguard/src/proguard/classfile/util/
DClassUtil.java147 … ClassConstants.CLASS_VERSION_1_8_MINOR+", Java "+ in checkVersionNumbers()