Interface JitVar

All Superinterfaces:
JitVal
All Known Subinterfaces:
JitMemoryVar, JitOutVar, JitVarnodeVar
All Known Implementing Classes:
AbstractJitOutVar, AbstractJitVar, AbstractJitVarnodeVar, JitDirectMemoryVar, JitIndirectMemoryVar, JitInputVar, JitLocalOutVar, JitMemoryOutVar, JitMissingVar

public interface JitVar extends JitVal
A p-code variable use-def node.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface ghidra.pcode.emu.jit.var.JitVal

    JitVal.ValUse
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    id()
    A unique id for this variable
    The address space of this variable.

    Methods inherited from interface ghidra.pcode.emu.jit.var.JitVal

    addUse, removeUse, size, uses
  • Method Details

    • id

      int id()
      A unique id for this variable
      Returns:
      the id
    • space

      AddressSpace space()
      The address space of this variable.
      Returns:
      the space