Class BinaryPattern

    • Method Detail

      • getOperand1

        public final Pattern getOperand1()
      • getOperand2

        public final Pattern getOperand2()
      • fillChildren

        public final void fillChildren​(Collection col)
        Adds all the children of this pattern to the given collection.

        For example, if this pattern is (A|B|C), it adds A, B, and C to the collection, even though internally it's represented as (A|(B|C)).