Lines Matching refs:major
40 private final int major;
59 "Illegal ver attribute value (not in major.minor form): "
65 major = Integer.parseInt(majorStr);
68 "Could not parse ver attribute value (major ver): "
72 if (major < 0) {
119 * Returns the 'major' portion of the version number.
121 * @return major digits only
124 return major;
149 if (major < other.major) {
151 } else if (major > other.major) {