Uses of Class
org.eolang.opeo.vmachine.LocalVariables
-
Packages that use LocalVariables Package Description org.eolang.opeo.vmachine Provides the classes necessary to create a virtual machine for decompilation. -
-
Uses of LocalVariables in org.eolang.opeo.vmachine
Constructors in org.eolang.opeo.vmachine with parameters of type LocalVariables Constructor Description DecompilerMachine(LocalVariables locals, Map<String,String> arguments)
Constructor.
-