Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/
DClassConstants.java35 public static final int CLASS_VERSION_1_0_MINOR = 3; field in ClassConstants
51 …lic static final int CLASS_VERSION_1_0 = (CLASS_VERSION_1_0_MAJOR << 16) | CLASS_VERSION_1_0_MINOR;