Interface JitBoolUnOp

All Superinterfaces:
JitDefOp, JitOp, JitUnOp
All Known Implementing Classes:
JitBoolNegateOp

public interface JitBoolUnOp extends JitUnOp
A unary p-code operator use-def node with boolean (int) types.
  • Method Details

    • uType

      default JitTypeBehavior uType()
      Description copied from interface: JitUnOp
      The required type behavior for the operand
      Specified by:
      uType in interface JitUnOp
      Returns:
      the behavior
    • type

      default JitTypeBehavior type()
      Description copied from interface: JitDefOp
      The required type behavior for the output
      Specified by:
      type in interface JitDefOp
      Returns:
      the behavior