Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ getOuterClass
Method
getOuterClass
src/main/java/matcher/type/ClassInstance.java:830–832 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
828
}
829
830
public
ClassInstance getOuterClass() {
831
return
outerClass;
832
}
833
834
public
Set<ClassInstance> getInnerClasses() {
835
return
innerClasses;
Callers
5
updateClassTree
Method · 0.95
getScore
Method · 0.80
update
Method · 0.80
processClassA
Method · 0.80
decorate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected