Class CastHandler
- java.lang.Object
-
- org.eolang.opeo.decompilation.handlers.CastHandler
-
- All Implemented Interfaces:
InstructionHandler
public final class CastHandler extends Object implements InstructionHandler
Cast instruction handler.- Since:
- 0.2
-
-
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.
-
-