Class Comparison

java.lang.Object
org.yamcs.utils.parser.ast.Comparison
All Implemented Interfaces:
Node

public class Comparison extends Object implements Node
  • Field Details

    • comparable

      public final String comparable
      Either a field name (in the case of a field comparison), or plain text (in the case of text search).

      Always in lowercase.

    • comparator

      public final Comparator comparator
    • value

      public final String value
      Value to compare against.

      Always in lowercase, except when a regular expression match is done.

    • pattern

      public final Pattern pattern
    • binary

      public final byte[] binary
  • Constructor Details

  • Method Details