(LFunction function)
| 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); |
nothing calls this directly
no test coverage detected