Class LdcHandler
java.lang.Object
org.eolang.opeo.decompilation.handlers.LdcHandler
- All Implemented Interfaces:
InstructionHandler
Ldc instruction handler.
- Since:
- 0.1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LdcHandler
public LdcHandler()
-
-
Method Details
-
handle
Description copied from interface:InstructionHandler
Handle instruction.- Specified by:
handle
in interfaceInstructionHandler
- Parameters:
state
- Current instruction to handle together with operand stack and variables.
-