Class Op2

    • Constructor Detail

      • Op2

        public Op2​(Op left,
                   Op right)
    • Method Detail

      • getLeft

        public Op getLeft()
      • getRight

        public Op getRight()
      • apply

        public abstract Op apply​(Transform transform,
                                 Op left,
                                 Op right)
      • copy

        public abstract Op2 copy​(Op left,
                                 Op right)
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class OpBase