Record Class JitInt2CompOp
java.lang.Object
java.lang.Record
ghidra.pcode.emu.jit.op.JitInt2CompOp
- Record Components:
op- the p-code opout- the use-def variable node for the outputu- the use-def node for the input operand
- All Implemented Interfaces:
JitDefOp, JitIntUnOp, JitOp, JitUnOp
public record JitInt2CompOp(PcodeOp op, JitOutVar out, JitVal u)
extends Record
implements JitIntUnOp
The use-def node for a
PcodeOp.INT_2COMP.-
Constructor Summary
ConstructorsConstructorDescriptionJitInt2CompOp(PcodeOp op, JitOutVar out, JitVal u) Creates an instance of aJitInt2CompOprecord 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.op()Returns the value of theoprecord component.out()Returns the value of theoutrecord component.final StringtoString()Returns a string representation of this record class.u()Returns the value of theurecord component.Methods inherited from interface JitDefOp
canBeRemovedMethods inherited from interface JitIntUnOp
type, uType
-
Constructor Details
-
JitInt2CompOp
-
-
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
-
u
-