Package ghidra.pcode.emu.jit.var
Interface JitVar
- All Superinterfaces:
JitVal
- All Known Subinterfaces:
JitMemoryVar,JitOutVar,JitVarnodeVar
- All Known Implementing Classes:
AbstractJitOutVar,AbstractJitVar,AbstractJitVarnodeVar,JitDirectMemoryVar,JitIndirectMemoryVar,JitInputVar,JitLocalOutVar,JitMemoryOutVar,JitMissingVar
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
-
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
-