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

Method next

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

Source from the content-addressed store, hash-verified

183 }
184
185 @Override
186 public ClassInstance next() {
187 checkAdvance();
188
189 return parent.next();
190 }
191
192 private void checkAdvance() {
193 if (isA && !parent.hasNext()) {

Callers 12

compareIdentitySetsMethod · 0.45
extractStringsMethod · 0.45
extractNumbersMethod · 0.45
escapeMethod · 0.45
processMethodInsnsMethod · 0.45
isLambdaMethodMethod · 0.45
getAccessMethod · 0.45
getCommonSuperClassMethod · 0.45
printTypeArgsMethod · 0.45
printTypeParametersMethod · 0.45
visitMethod · 0.45

Calls 1

checkAdvanceMethod · 0.95

Tested by

no test coverage detected