Class JitConstVal
java.lang.Object
ghidra.pcode.emu.jit.var.AbstractJitVal
ghidra.pcode.emu.jit.var.JitConstVal
- All Implemented Interfaces:
JitVal
A p-code constant use-def node.
-
Nested Class Summary
Nested classes/interfaces inherited from interface JitVal
JitVal.ValUse -
Field Summary
Fields inherited from class AbstractJitVal
size, uses -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractJitVal
addUse, removeUse, size, uses
-
Constructor Details
-
JitConstVal
Construct a constant.Use
JitVal.constant(int, BigInteger)instead.- Parameters:
size- the size in bytesvalue- the value
-
-
Method Details
-
toString
-
value
-