Uses of Interface
org.eolang.opeo.decompilation.agents.DecompilationAgent
Packages that use DecompilationAgent
Package
Description
This package contains all the opcode instruction handlers.
-
Uses of DecompilationAgent in org.eolang.opeo.decompilation.agents
Classes in org.eolang.opeo.decompilation.agents that implement DecompilationAgentModifier and TypeClassDescriptionfinal classAdd instruction handler.final classAll agents that try to decompile incoming instructions.final classBipush instruction handler.final classCast instruction handler.final classCheckCast instruction handler.final classIconst instruction handler.final classDummy agent.final classDup instruction handler.final classGetfield instruction handler.final classGetstatic instruction handler.final classIf instruction handler.final classInvokedynamic instruction handler.final classInvokeinterface instruction handler.final classInvokespecial instruction handler.final classInvokestatic instruction handler.final classInvokevirtual instruction handler.final classLabel instruction handler.final classLdc instruction handler.final classInstruction handler.final classMul instruction handler.final classNew instruction handler.final classNew array instruction handler.final classAgent that handles opcodes.final classPop instruction handler.final classPutfield instruction handler.final classReturn instruction handler.final classStore instruction handler.final classStore to array instruction handler.final classSubstraction instruction handler.final classAgent that knows how to log additional information about a decompilation process.Method parameters in org.eolang.opeo.decompilation.agents with type arguments of type DecompilationAgentModifier and TypeMethodDescriptionvoidTracedAgent.Container.register(Class<? extends DecompilationAgent> agent) voidTracedAgent.Log.register(Class<? extends DecompilationAgent> agent) voidTracedAgent.Output.register(Class<? extends DecompilationAgent> agent) Register an agent that was used.Constructors in org.eolang.opeo.decompilation.agents with parameters of type DecompilationAgentModifierConstructorDescriptionOpcodesAgent(DecompilationAgent original) Constructor.TracedAgent(DecompilationAgent original) Constructor.TracedAgent(DecompilationAgent original, TracedAgent.Output output) Constructor.