Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/
DClassConstants.java45 public static final int CLASS_VERSION_1_6_MINOR = 0; field in ClassConstants
56 …lic static final int CLASS_VERSION_1_6 = (CLASS_VERSION_1_6_MAJOR << 16) | CLASS_VERSION_1_6_MINOR;