Direct Known Subclasses:
AndOperator, OrOperator

@Internal public abstract sealed class LogicalOperator extends BinaryOperator permits AndOperator, OrOperator
Abstract expression AST node for binary logical operator.
Since:
4.0.0
Author:
Sergey Gavrilov
  • Constructor Details

  • Method Details

    • resolveOperationType

      protected org.objectweb.asm.Type resolveOperationType(org.objectweb.asm.Type leftOperandType, org.objectweb.asm.Type rightOperandType)
      Specified by:
      resolveOperationType in class BinaryOperator