Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ getCreateClassInstance
Method
getCreateClassInstance
src/main/java/matcher/type/ClassEnv.java:24–24 ·
view source on GitHub ↗
(String id)
Source
from the content-addressed store, hash-verified
22
ClassInstance getLocalClsById(String id);
23
24
default ClassInstance getCreateClassInstance(String id) {
25
return
getCreateClassInstance(id, true);
26
}
27
Callers
14
parse
Method · 0.65
analyzeMethod
Method · 0.65
queueTryCatchBlocks
Method · 0.65
CommonClasses
Method · 0.65
getElementClassShallow
Method · 0.65
getCommonSuperClass
Method · 0.65
MethodInstance
Method · 0.65
gatherArgs
Method · 0.65
gatherVars
Method · 0.65
getArrayCls
Method · 0.65
processClassA
Method · 0.65
addOuterClass
Method · 0.65
Implementers
1
ClassEnvironment
src/main/java/matcher/type/ClassEnviro
Calls
no outgoing calls
Tested by
no test coverage detected