Interface MethodAccessGen

All Superinterfaces:
TypedAccessGen
All Known Implementing Classes:
IntReadGen, IntWriteGen, LongReadGen, LongWriteGen

public interface MethodAccessGen extends TypedAccessGen
A generator whose implementation is to emit invocations of a named method in JitCompiledPassage.

This is needed by LoadOpGen and StoreOpGen.

  • Method Summary

    Modifier and Type
    Method
    Description
    chooseName(int size)
    Choose the name of a method, e.g.

    Methods inherited from interface ghidra.pcode.emu.jit.gen.type.TypedAccessGen

    generateCode
  • Method Details