Package ghidra.pcode.emu.jit.op
Interface JitBoolUnOp
- All Known Implementing Classes:
JitBoolNegateOp
A unary p-code operator use-def node with boolean (
int
) types.-
Method Summary
Modifier and TypeMethodDescriptiondefault JitTypeBehavior
type()
The required type behavior for the outputdefault JitTypeBehavior
uType()
The required type behavior for the operandMethods inherited from interface ghidra.pcode.emu.jit.op.JitDefOp
canBeRemoved, out