Class JitDirectMemoryVar

All Implemented Interfaces:
JitMemoryVar, JitVal, JitVar, JitVarnodeVar

public class JitDirectMemoryVar extends AbstractJitVarnodeVar implements JitMemoryVar
A p-code variable node with a fixed location in memory.

This represents an input operand located in memory. Its value can be accessed directly from the state at run time.

See Also: