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 JitTypeBehaviorlType()The required type behavior for the left operanddefault JitTypeBehaviorrType()The required type behavior for the right operanddefault JitTypeBehaviortype()The required type behavior for the outputMethods inherited from interface ghidra.pcode.emu.jit.op.JitBinOp
inputs, l, link, r, typeFor, unlinkMethods inherited from interface ghidra.pcode.emu.jit.op.JitDefOp
canBeRemoved, out
-
Method Details