Uses of Interface
org.eolang.opeo.decompilation.Decompiler
-
Packages that use Decompiler Package Description org.eolang.opeo Package with opeo high-level classes.org.eolang.opeo.decompilation Provides the classes necessary to create a virtual machine for decompilation. -
-
Uses of Decompiler in org.eolang.opeo
Classes in org.eolang.opeo that implement Decompiler Modifier and Type Class Description class
SelectiveDecompiler
Selective decompiler. -
Uses of Decompiler in org.eolang.opeo.decompilation
Classes in org.eolang.opeo.decompilation that implement Decompiler Modifier and Type Class Description class
DummyDecompiler
Dummy decompiler.class
NaiveDecompiler
Naive Decompiler.
-