Record Class JitIntLessEqualOp
java.lang.Object
java.lang.Record
ghidra.pcode.emu.jit.op.JitIntLessEqualOp
- Record Components:
op- the p-code opout- the use-def variable node for the outputl- the use-def node for the left input operandr- the use-def node for the right input operand
- All Implemented Interfaces:
JitBinOp, JitDefOp, JitIntBinOp, JitIntTestOp, JitOp
public record JitIntLessEqualOp(PcodeOp op, JitOutVar out, JitVal l, JitVal r)
extends Record
implements JitIntTestOp
The use-def node for a
PcodeOp.INT_LESSEQUAL.-
Constructor Summary
ConstructorsConstructorDescriptionJitIntLessEqualOp(PcodeOp op, JitOutVar out, JitVal l, JitVal r) Creates an instance of aJitIntLessEqualOprecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.l()Returns the value of thelrecord component.op()Returns the value of theoprecord component.out()Returns the value of theoutrecord component.r()Returns the value of therrecord component.final StringtoString()Returns a string representation of this record class.Methods inherited from interface JitDefOp
canBeRemovedMethods inherited from interface JitIntBinOp
lType, rTypeMethods inherited from interface JitIntTestOp
type
-
Constructor Details
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
op
-
out
-
l
-
r
-