MCPcopy Create free account
hub / github.com/Hiro420/NikkeTools / Decompiler

Method Decompiler

UnLuac/src/unluac/decompile/Decompiler.java:65–67  ·  view source on GitHub ↗
(LFunction function)

Source from the content-addressed store, hash-verified

63 }
64
65 public Decompiler(LFunction function) {
66 this(function, null, -1);
67 }
68
69 public Decompiler(LFunction function, Declaration[] parentDecls, int line) {
70 this.f = new Function(function);

Callers

nothing calls this directly

Calls 4

getConfigurationMethod · 0.95
processMethod · 0.95
getVersionMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected