Class ConstHandler
- java.lang.Object
-
- org.eolang.opeo.decompilation.handlers.ConstHandler
-
- All Implemented Interfaces:
InstructionHandler
public final class ConstHandler extends Object implements InstructionHandler
Iconst instruction handler.- Since:
- 0.1
-
-
Method Detail
-
handle
public void handle(DecompilerState state)
Description copied from interface:InstructionHandler
Handle instruction.- Specified by:
handle
in interfaceInstructionHandler
- Parameters:
state
- Current instruction to handle together with operand stack and variables.
-
-