File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- # clj-java-decompiler
1
+ # clj-java-decompiler [ ![ CircleCI ] ( https://dl.circleci.com/status-badge/img/gh/clojure-goes-fast/clj-java-decompiler/tree/master.svg?style=svg )] ( https://dl.circleci.com/status-badge/redirect/gh/clojure-goes-fast/clj-java-decompiler/tree/master )
2
2
3
3
_ You can read the motivation behind clj-java-decompiler and the usage example in
4
4
the
@@ -170,13 +170,15 @@ program with ND's agent on the classpath.
170
170
171
171
So, you can't decompile an existing function definition with CJD. But if you are
172
172
using CIDER, you can jump to the definition of the function you want to
173
- decompile, disable read-only mode (<kbd >C-x C-q</kbd >), wrap the ` defn ` form
174
- with ` clj-java-decompiler.core/decompile ` and recompile the form (<kbd >C-c
175
- C-c</kbd >).
173
+ decompile and call ` M-x clj-decompiler-decompile ` on it. Alternatively, if you
174
+ don't use ` clj-decompiler.el ` , you can disable read-only mode (<kbd >C-x
175
+ C-q</kbd >) in the buffer of the existing function you want to decompile, wrap
176
+ the ` defn ` form with ` clj-java-decompiler.core/decompile ` and recompile the form
177
+ (<kbd >C-c C-c</kbd >).
176
178
177
179
## License
178
180
179
181
clj-java-decompiler is distributed under the Eclipse Public License.
180
182
See [ LICENSE] ( LICENSE ) .
181
183
182
- Copyright 2018-2020 Alexander Yakushev
184
+ Copyright 2018-2022 Alexander Yakushev
You can’t perform that action at this time.
0 commit comments