Package ghidra.pcode.emu.jit.op
Interface JitBoolBinOp
- All Known Implementing Classes:
JitBoolAndOp
,JitBoolOrOp
,JitBoolXorOp
A binary p-code operator use-def node with boolean (
int
) types.-
Method Summary
Modifier and TypeMethodDescriptiondefault JitTypeBehavior
lType()
The required type behavior for the left operanddefault JitTypeBehavior
rType()
The required type behavior for the right operanddefault JitTypeBehavior
type()
The required type behavior for the outputMethods inherited from interface ghidra.pcode.emu.jit.op.JitBinOp
inputs, l, link, r, typeFor, unlink
Methods inherited from interface ghidra.pcode.emu.jit.op.JitDefOp
canBeRemoved, out
-
Method Details