MCPcopy Create free account
hub / github.com/FabricMC/Matcher / hasNext

Method hasNext

src/main/java/matcher/type/ClassEnvironment.java:178–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176 public Iterator<ClassInstance> iterator() {
177 return new Iterator<ClassInstance>() {
178 @Override
179 public boolean hasNext() {
180 checkAdvance();
181
182 return parent.hasNext();
183 }
184
185 @Override
186 public ClassInstance next() {

Callers 14

compareIdentitySetsMethod · 0.80
extractStringsMethod · 0.80
extractNumbersMethod · 0.80
escapeMethod · 0.80
processMethodInsnsMethod · 0.80
isLambdaMethodMethod · 0.80
checkInitializerMethod · 0.80
dumpMethod · 0.80
getCommonSuperClassMethod · 0.80
checkAdvanceMethod · 0.80
printTypeArgsMethod · 0.80

Calls 1

checkAdvanceMethod · 0.95

Tested by

no test coverage detected