Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FabricMC/Matcher
/ getMethods
Method
getMethods
src/main/java/matcher/type/ClassInstance.java:822–824 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
820
}
821
822
public
MethodInstance[] getMethods() {
823
return
methods;
824
}
825
826
public
FieldInstance[] getFields() {
827
return
fields;
Callers
15
matchPerfectMembers
Method · 0.95
match
Method · 0.80
unmatchMembers
Method · 0.80
autoMatchMethods
Method · 0.80
autoMatchMethodVars
Method · 0.80
getStatus
Method · 0.80
process
Method · 0.80
compare
Method · 0.80
propagateNames
Method · 0.80
save
Method · 0.80
exportMethods
Method · 0.80
clear
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected