Class LabelExpression.And

All Implemented Interfaces:
ModelObject, SearchableModelObject, SearchItem, Comparable<Label>, ModelObjectWithChildren, ModelObjectWithContextMenu
Enclosing class:
LabelExpression

public static final class LabelExpression.And extends LabelExpression.Binary
  • Constructor Details

  • Method Details

    • op

      protected boolean op(boolean a, boolean b)
      Specified by:
      op in class LabelExpression.Binary
    • accept

      public <V, P> V accept(LabelVisitor<V,P> visitor, P param)
      Description copied from class: Label
      Accepts a visitor and call its respective "onXYZ" method based no the actual type of 'this'.
      Specified by:
      accept in class Label
    • precedence

      public LabelOperatorPrecedence precedence()
      Description copied from class: Label
      Precedence of the top most operator.
      Specified by:
      precedence in class Label