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 class
Add instruction handler.final class
All agents that try to decompile incoming instructions.final class
Bipush instruction handler.final class
Cast instruction handler.final class
CheckCast instruction handler.final class
Iconst instruction handler.final class
Dummy agent.final class
Dup instruction handler.final class
Getfield instruction handler.final class
Getstatic instruction handler.final class
If instruction handler.final class
Invokedynamic instruction handler.final class
Invokeinterface instruction handler.final class
Invokespecial instruction handler.final class
Invokestatic instruction handler.final class
Invokevirtual instruction handler.final class
Label instruction handler.final class
Ldc instruction handler.final class
Instruction handler.final class
Mul instruction handler.final class
New instruction handler.final class
New array instruction handler.final class
Agent that handles opcodes.final class
Pop instruction handler.final class
Putfield instruction handler.final class
Return instruction handler.final class
Store instruction handler.final class
Store to array instruction handler.final class
Substraction instruction handler.final class
Agent 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 TypeMethodDescriptionvoid
TracedAgent.Container.register
(Class<? extends DecompilationAgent> agent) void
TracedAgent.Log.register
(Class<? extends DecompilationAgent> agent) void
TracedAgent.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.