Package org.eolang.opeo.decompilation.handlers
This package contains all the opcode instruction handlers.
- Since:
- 0.2
-
Class Summary Class Description AddHandler Add instruction handler.BipushHandler Bipush instruction handler.CastHandler Cast instruction handler.ConstHandler Iconst instruction handler.DupHandler Dup instruction handler.GetFieldHandler Getfield instruction handler.GetStaticHnadler Getstatic instruction handler.InvokeinterfaceHandler Invokeinterface instruction handler.InvokespecialHandler Invokespecial instruction handler.InvokestaticHander Invokestatic instruction handler.InvokevirtualHandler Invokevirtual instruction handler.LabelHandler Label instruction handler.LdcHandler Ldc instruction handler.LoadHandler Instruction handler.MulHandler Mul instruction handler.NewArrayHandler New array instruction handler.NewHandler New instruction handler.PopHandler Pop instruction handler.PutFieldHnadler Putfield instruction handler.ReturnHandler Return instruction handler.RouterHandler General Instruction Handler.StoreHandler Store instruction handler.StoreToArrayHandler Store to array instruction handler.SubstractionHandler Substraction instruction handler.