Uses of Interface
org.eolang.opeo.decompilation.agents.TracedAgent.Output
-
Packages that use TracedAgent.Output Package Description org.eolang.opeo.decompilation.agents This package contains all the opcode instruction handlers. -
-
Uses of TracedAgent.Output in org.eolang.opeo.decompilation.agents
Classes in org.eolang.opeo.decompilation.agents that implement TracedAgent.Output Modifier and Type Class Description static class
TracedAgent.Container
Container output.static class
TracedAgent.Log
Log output.Constructors in org.eolang.opeo.decompilation.agents with parameters of type TracedAgent.Output Constructor Description AllAgents(boolean counting, TracedAgent.Output output)
Constructor.TracedAgent(DecompilationAgent original, TracedAgent.Output output)
Constructor.
-