Class LoadAgent

  • All Implemented Interfaces:
    DecompilationAgent

    public final class LoadAgent
    extends Object
    implements DecompilationAgent
    Instruction handler. This handler might understand the following instructions: aload: 1: index | → objectref | load a reference onto the stack from a local variable #index aload_0: → objectref | load a reference onto the stack from local variable 0 ...
    Since:
    0.1
    • Constructor Detail

      • LoadAgent

        public LoadAgent()
    • Method Detail

      • appropriate

        public boolean appropriate​(DecompilerState state)
        Description copied from interface: DecompilationAgent
        Check if the agent is suitable for the current state.
        Specified by:
        appropriate in interface DecompilationAgent
        Parameters:
        state - Current state.
        Returns:
        True if the agent is suitable for the current state.
      • supported

        public org.eolang.opeo.decompilation.agents.Supported supported()
        Description copied from interface: DecompilationAgent
        Supported opcodes.
        Specified by:
        supported in interface DecompilationAgent
        Returns:
        Supported opcodes.