Uses of Interface
org.eolang.opeo.decompilation.agents.TracedAgent.Output
Packages that use TracedAgent.Output
Package
Description
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.OutputModifier and TypeClassDescriptionstatic final classContainer output.static final classLog output.Constructors in org.eolang.opeo.decompilation.agents with parameters of type TracedAgent.OutputModifierConstructorDescriptionAllAgents(boolean counting, TracedAgent.Output output) Constructor.TracedAgent(DecompilationAgent original, TracedAgent.Output output) Constructor.