Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/
DClassConstants.java41 public static final int CLASS_VERSION_1_4_MINOR = 0; field in ClassConstants
54 …lic static final int CLASS_VERSION_1_4 = (CLASS_VERSION_1_4_MAJOR << 16) | CLASS_VERSION_1_4_MINOR;