Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/
DClassConstants.java37 public static final int CLASS_VERSION_1_2_MINOR = 0; field in ClassConstants
52 …lic static final int CLASS_VERSION_1_2 = (CLASS_VERSION_1_2_MAJOR << 16) | CLASS_VERSION_1_2_MINOR;