Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/
DClassConstants.java39 public static final int CLASS_VERSION_1_3_MINOR = 0; field in ClassConstants
53 …lic static final int CLASS_VERSION_1_3 = (CLASS_VERSION_1_3_MAJOR << 16) | CLASS_VERSION_1_3_MINOR;