Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ getMethod
Method
getMethod
src/main/java/matcher/type/ClassInstance.java:492–494 ·
view source on GitHub ↗
(String id)
Source
from the content-addressed store, hash-verified
490
}
491
492
public
MethodInstance getMethod(String id) {
493
return
methodIdx.get(id);
494
}
495
496
public
FieldInstance getField(String id) {
497
return
fieldIdx.get(id);
Callers
15
determineMethodRelations
Method · 0.95
resolveMethod
Method · 0.95
resolveSignaturePolymorphicMethod
Method · 0.95
resolveInterfaceMethod
Method · 0.95
mapMethodName
Method · 0.95
mapArbitraryInvokeDynamicMethodName
Method · 0.95
mapArgName
Method · 0.95
mapLocalVariableName
Method · 0.95
getMethod
Method · 0.95
read
Method · 0.95
match
Method · 0.45
visitMethod
Method · 0.45
Calls
7
getId
Method · 0.95
getArrayDimensions
Method · 0.95
isArray
Method · 0.95
getName
Method · 0.95
getName
Method · 0.65
get
Method · 0.45
equals
Method · 0.45
Tested by
no test coverage detected