Searched defs:getCaseCount (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/ | ||
H A D | Instruction.java | 233 public abstract int getCaseCount(); method in class:Instruction.Switch 251 length = getLength(getCaseCount()); 257 int caseCount = getCaseCount(); 273 public int getCaseCount() { return intAt(2)-intAt(1)+1; } method in class:Instruction.TableSwitch 286 int caseCount = getCaseCount(); 301 public int getCaseCount() { return intAt(1); } method in class:Instruction.LookupSwitch |
Completed in 50 milliseconds