MCPcopy 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

5import matcher.type.ClassInstance;
6
7public interface Decompiler {
8 String decompile(ClassInstance cls, ClassFeatureExtractor extractor, NameType nameType);
9}

Callers 3

updateMethod · 0.65
decompileMethod · 0.65
decompileMethod · 0.65

Implementers 5

Cfrsrc/main/java/matcher/srcprocess/Cfr.j
Procyonsrc/main/java/matcher/srcprocess/Procy
Vineflowersrc/main/java/matcher/srcprocess/Vinef
Jadxsrc/main/java/matcher/srcprocess/Jadx.
ClassEnvironmentsrc/main/java/matcher/type/ClassEnviro

Calls

no outgoing calls

Tested by

no test coverage detected