Uses of Class
org.eolang.opeo.decompilation.DecompilerState
-
Packages that use DecompilerState Package Description org.eolang.opeo.decompilation Provides the classes necessary to create a virtual machine for decompilation.org.eolang.opeo.decompilation.handlers This package contains all the opcode instruction handlers. -
-
Uses of DecompilerState in org.eolang.opeo.decompilation
Methods in org.eolang.opeo.decompilation with parameters of type DecompilerState Modifier and Type Method Description voidInstructionHandler. handle(DecompilerState state)Handle instruction. -
Uses of DecompilerState in org.eolang.opeo.decompilation.handlers
Methods in org.eolang.opeo.decompilation.handlers with parameters of type DecompilerState Modifier and Type Method Description voidAddHandler. handle(DecompilerState state)voidBipushHandler. handle(DecompilerState state)voidCastHandler. handle(DecompilerState state)voidConstHandler. handle(DecompilerState state)voidDupHandler. handle(DecompilerState state)voidGetFieldHandler. handle(DecompilerState state)voidGetStaticHnadler. handle(DecompilerState state)voidInvokeinterfaceHandler. handle(DecompilerState state)voidInvokespecialHandler. handle(DecompilerState state)voidInvokestaticHander. handle(DecompilerState state)voidInvokevirtualHandler. handle(DecompilerState state)voidLabelHandler. handle(DecompilerState state)voidLdcHandler. handle(DecompilerState state)voidLoadHandler. handle(DecompilerState state)voidMulHandler. handle(DecompilerState state)voidNewArrayHandler. handle(DecompilerState state)voidNewHandler. handle(DecompilerState state)voidPopHandler. handle(DecompilerState state)voidPutFieldHnadler. handle(DecompilerState state)voidReturnHandler. handle(DecompilerState state)voidRouterHandler. handle(DecompilerState state)voidStoreHandler. handle(DecompilerState state)voidStoreToArrayHandler. handle(DecompilerState state)voidSubstractionHandler. handle(DecompilerState state)
-