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 void
InstructionHandler. 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 void
AddHandler. handle(DecompilerState state)
void
BipushHandler. handle(DecompilerState state)
void
CastHandler. handle(DecompilerState state)
void
ConstHandler. handle(DecompilerState state)
void
DupHandler. handle(DecompilerState state)
void
GetFieldHandler. handle(DecompilerState state)
void
GetStaticHnadler. handle(DecompilerState state)
void
InvokeinterfaceHandler. handle(DecompilerState state)
void
InvokespecialHandler. handle(DecompilerState state)
void
InvokestaticHander. handle(DecompilerState state)
void
InvokevirtualHandler. handle(DecompilerState state)
void
LabelHandler. handle(DecompilerState state)
void
LdcHandler. handle(DecompilerState state)
void
LoadHandler. handle(DecompilerState state)
void
MulHandler. handle(DecompilerState state)
void
NewArrayHandler. handle(DecompilerState state)
void
NewHandler. handle(DecompilerState state)
void
PopHandler. handle(DecompilerState state)
void
PutFieldHnadler. handle(DecompilerState state)
void
ReturnHandler. handle(DecompilerState state)
void
RouterHandler. handle(DecompilerState state)
void
StoreHandler. handle(DecompilerState state)
void
StoreToArrayHandler. handle(DecompilerState state)
void
SubstractionHandler. handle(DecompilerState state)
-