Package org.eolang.opeo.decompilation
Class DecompilerMachine
java.lang.Object
org.eolang.opeo.decompilation.DecompilerMachine
Decompiler machine.
- Since:
- 0.1
-
Constructor Summary
ConstructorsConstructorDescriptionDecompilerMachine
(LocalVariables locals, Map<String, String> arguments) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionIterable<org.xembly.Directive>
decompile
(Instruction... instructions) Decompile instructions into directives.
-
Constructor Details
-
DecompilerMachine
Constructor.- Parameters:
locals
- Local variables.arguments
- Arguments provided to decompiler.
-
-
Method Details
-
decompile
Decompile instructions into directives.- Parameters:
instructions
- Instructions to decompile.- Returns:
- Decompiled instructions.
-