Interface DecompilationAgent

    • Method Detail

      • appropriate

        boolean appropriate​(DecompilerState state)
        Check if the agent is suitable for the current state.
        Parameters:
        state - Current state.
        Returns:
        True if the agent is suitable for the current state.
      • supported

        org.eolang.opeo.decompilation.agents.Supported supported()
        Supported opcodes.
        Returns:
        Supported opcodes.
      • handle

        void handle​(DecompilerState state)
        Handle the current state.
        Parameters:
        state - Current state to handle together with operand stack and variables.