Class OpSlice

    • Constructor Detail

      • OpSlice

        public OpSlice​(Op subOp,
                       long start,
                       long length)
    • Method Detail

      • getLength

        public long getLength()
      • getStart

        public long getStart()
      • copy

        public Op copy()
      • getName

        public java.lang.String getName()
      • visit

        public void visit​(OpVisitor opVisitor)
      • copy

        public Op1 copy​(Op subOp)
        Specified by:
        copy in class Op1
      • hashCode

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