Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ Decompiler
Interface
Decompiler
src/main/java/matcher/srcprocess/Decompiler.java:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
import
matcher.type.ClassInstance;
6
7
public
interface
Decompiler {
8
String decompile(ClassInstance cls, ClassFeatureExtractor extractor, NameType nameType);
9
}
Callers
3
update
Method · 0.65
decompile
Method · 0.65
decompile
Method · 0.65
Implementers
5
Cfr
src/main/java/matcher/srcprocess/Cfr.j
Procyon
src/main/java/matcher/srcprocess/Procy
Vineflower
src/main/java/matcher/srcprocess/Vinef
Jadx
src/main/java/matcher/srcprocess/Jadx.
ClassEnvironment
src/main/java/matcher/type/ClassEnviro
Calls
no outgoing calls
Tested by
no test coverage detected