Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
compareIdentitySets
Method · 0.45
extractStrings
Method · 0.45
extractNumbers
Method · 0.45
escape
Method · 0.45
processMethodInsns
Method · 0.45
isLambdaMethod
Method · 0.45
getAccess
Method · 0.45
resolveInterfaceMethod
Method · 0.45
getCommonSuperClass
Method · 0.45
printTypeArgs
Method · 0.45
printTypeParameters
Method · 0.45
visit
Method · 0.45
Calls
1
checkAdvance
Method · 0.95
Tested by
no test coverage detected