Packages

class CopyOpsIterator extends Iterator[AbstractInsnNode]

For a set of box creation operations and a corresponding set of box consumer operations, this iterator returns all copy operations (load, store, dup) that are in between.

Source
BoxUnbox.scala
Linear Supertypes
collection.Iterator[AbstractInsnNode], IterableOnceOps[AbstractInsnNode, collection.Iterator, collection.Iterator[AbstractInsnNode]], collection.IterableOnce[AbstractInsnNode], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CopyOpsIterator
  2. Iterator
  3. IterableOnceOps
  4. IterableOnce
  5. AnyRef
  6. Any
Implicitly
  1. by iterableOnceExtensionMethods
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CopyOpsIterator(initialCreations: Set[BoxCreation], finalCons: Set[BoxConsumer], prodCons: (backendUtils)#ProdConsAnalyzer)

Type Members

  1. class GroupedIterator[B >: A] extends AbstractIterator[collection.immutable.Seq[B]]
    Definition Classes
    Iterator

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toany2stringadd[CopyOpsIterator] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. final def ++[B >: AbstractInsnNode](xs: ⇒ collection.IterableOnce[B]): collection.Iterator[B]
    Definition Classes
    Iterator
    Annotations
    @inline()
  5. def ->[B](y: B): (CopyOpsIterator, B)
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toArrowAssoc[CopyOpsIterator] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def addString(b: collection.mutable.StringBuilder): collection.mutable.StringBuilder
    Definition Classes
    IterableOnceOps
  8. def addString(b: collection.mutable.StringBuilder, sep: String): collection.mutable.StringBuilder
    Definition Classes
    IterableOnceOps
  9. def addString(b: collection.mutable.StringBuilder, start: String, sep: String, end: String): b.type
    Definition Classes
    IterableOnceOps
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def buffered: collection.BufferedIterator[AbstractInsnNode]
    Definition Classes
    Iterator
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.CloneNotSupportedException])
  13. def collect[B](pf: PartialFunction[AbstractInsnNode, B]): collection.Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  14. def collectFirst[B](pf: PartialFunction[AbstractInsnNode, B]): Option[B]
    Definition Classes
    IterableOnceOps
  15. def concat[B >: AbstractInsnNode](xs: ⇒ collection.IterableOnce[B]): collection.Iterator[B]
    Definition Classes
    Iterator
  16. def contains(elem: Any): Boolean
    Definition Classes
    Iterator
  17. def copyToArray[B >: AbstractInsnNode](xs: Array[B], start: Int, len: Int): xs.type
    Definition Classes
    IterableOnceOps
  18. def copyToArray[B >: AbstractInsnNode](xs: Array[B], start: Int): xs.type
    Definition Classes
    IterableOnceOps
  19. def count(p: (AbstractInsnNode) ⇒ Boolean): Int
    Definition Classes
    IterableOnceOps
  20. def distinct: collection.Iterator[AbstractInsnNode]
    Definition Classes
    Iterator
  21. def distinctBy[B](f: (AbstractInsnNode) ⇒ B): collection.Iterator[AbstractInsnNode]
    Definition Classes
    Iterator
  22. def drop(n: Int): collection.Iterator[AbstractInsnNode]
    Definition Classes
    Iterator → IterableOnceOps
  23. def dropWhile(p: (AbstractInsnNode) ⇒ Boolean): collection.Iterator[AbstractInsnNode]
    Definition Classes
    Iterator → IterableOnceOps
  24. def duplicate: (collection.Iterator[AbstractInsnNode], collection.Iterator[AbstractInsnNode])
    Definition Classes
    Iterator
  25. def ensuring(cond: (CopyOpsIterator) ⇒ Boolean, msg: ⇒ Any): CopyOpsIterator
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toEnsuring[CopyOpsIterator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: (CopyOpsIterator) ⇒ Boolean): CopyOpsIterator
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toEnsuring[CopyOpsIterator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean, msg: ⇒ Any): CopyOpsIterator
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toEnsuring[CopyOpsIterator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: Boolean): CopyOpsIterator
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toEnsuring[CopyOpsIterator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  31. def exists(p: (AbstractInsnNode) ⇒ Boolean): Boolean
    Definition Classes
    IterableOnceOps
  32. def filter(p: (AbstractInsnNode) ⇒ Boolean): collection.Iterator[AbstractInsnNode]
    Definition Classes
    Iterator → IterableOnceOps
  33. def filterNot(p: (AbstractInsnNode) ⇒ Boolean): collection.Iterator[AbstractInsnNode]
    Definition Classes
    Iterator → IterableOnceOps
  34. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  35. def find(p: (AbstractInsnNode) ⇒ Boolean): Option[AbstractInsnNode]
    Definition Classes
    IterableOnceOps
  36. def flatMap[B](f: (AbstractInsnNode) ⇒ collection.IterableOnce[B]): collection.Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  37. def flatten[B](implicit ev: (AbstractInsnNode) ⇒ collection.IterableOnce[B]): collection.Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  38. def fold[A1 >: AbstractInsnNode](z: A1)(op: (A1, A1) ⇒ A1): A1
    Definition Classes
    IterableOnceOps
  39. def foldLeft[B](z: B)(op: (B, AbstractInsnNode) ⇒ B): B
    Definition Classes
    IterableOnceOps
  40. def foldRight[B](z: B)(op: (AbstractInsnNode, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  41. def forall(p: (AbstractInsnNode) ⇒ Boolean): Boolean
    Definition Classes
    IterableOnceOps
  42. def foreach[U](f: (AbstractInsnNode) ⇒ U): Unit
    Definition Classes
    IterableOnceOps
  43. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toStringFormat[CopyOpsIterator] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  44. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  45. def grouped[B >: AbstractInsnNode](size: Int): GroupedIterator[B]
    Definition Classes
    Iterator
  46. def hasNext: Boolean
    Definition Classes
    CopyOpsIterator → Iterator
  47. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  48. def indexOf[B >: AbstractInsnNode](elem: B, from: Int): Int
    Definition Classes
    Iterator
  49. def indexOf[B >: AbstractInsnNode](elem: B): Int
    Definition Classes
    Iterator
  50. def indexWhere(p: (AbstractInsnNode) ⇒ Boolean, from: Int): Int
    Definition Classes
    Iterator
  51. def isEmpty: Boolean
    Definition Classes
    IterableOnceOps
  52. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  53. def iterator: collection.Iterator[AbstractInsnNode]
    Definition Classes
    Iterator → IterableOnce
  54. def knownSize: Int
    Definition Classes
    IterableOnceOps
  55. final def length: Int
    Definition Classes
    Iterator
  56. def map[B](f: (AbstractInsnNode) ⇒ B): collection.Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  57. def max[B >: AbstractInsnNode](implicit ord: math.Ordering[B]): AbstractInsnNode
    Definition Classes
    IterableOnceOps
  58. def maxBy[B](f: (AbstractInsnNode) ⇒ B)(implicit cmp: math.Ordering[B]): AbstractInsnNode
    Definition Classes
    IterableOnceOps
  59. def maxByOption[B](f: (AbstractInsnNode) ⇒ B)(implicit cmp: math.Ordering[B]): Option[AbstractInsnNode]
    Definition Classes
    IterableOnceOps
  60. def maxOption[B >: AbstractInsnNode](implicit ord: math.Ordering[B]): Option[AbstractInsnNode]
    Definition Classes
    IterableOnceOps
  61. def min[B >: AbstractInsnNode](implicit ord: math.Ordering[B]): AbstractInsnNode
    Definition Classes
    IterableOnceOps
  62. def minBy[B](f: (AbstractInsnNode) ⇒ B)(implicit cmp: math.Ordering[B]): AbstractInsnNode
    Definition Classes
    IterableOnceOps
  63. def minByOption[B](f: (AbstractInsnNode) ⇒ B)(implicit cmp: math.Ordering[B]): Option[AbstractInsnNode]
    Definition Classes
    IterableOnceOps
  64. def minOption[B >: AbstractInsnNode](implicit ord: math.Ordering[B]): Option[AbstractInsnNode]
    Definition Classes
    IterableOnceOps
  65. def mkString: String
    Definition Classes
    IterableOnceOps
  66. def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
  67. def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  68. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  69. def next(): AbstractInsnNode
    Definition Classes
    CopyOpsIterator → Iterator
  70. def nextOption(): Option[AbstractInsnNode]
    Definition Classes
    Iterator
  71. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  72. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  73. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  74. def patch[B >: AbstractInsnNode](from: Int, patchElems: collection.Iterator[B], replaced: Int): collection.Iterator[B]
    Definition Classes
    Iterator
  75. def product[B >: AbstractInsnNode](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  76. def reduce[B >: AbstractInsnNode](op: (B, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  77. def reduceLeft[B >: AbstractInsnNode](op: (B, AbstractInsnNode) ⇒ B): B
    Definition Classes
    IterableOnceOps
  78. def reduceLeftOption[B >: AbstractInsnNode](op: (B, AbstractInsnNode) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  79. def reduceOption[B >: AbstractInsnNode](op: (B, B) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  80. def reduceRight[B >: AbstractInsnNode](op: (AbstractInsnNode, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  81. def reduceRightOption[B >: AbstractInsnNode](op: (AbstractInsnNode, B) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  82. def reversed: collection.Iterable[AbstractInsnNode]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  83. def sameElements[B >: AbstractInsnNode](that: collection.IterableOnce[B]): Boolean
    Definition Classes
    Iterator
  84. def scanLeft[B](z: B)(op: (B, AbstractInsnNode) ⇒ B): collection.Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  85. def size: Int
    Definition Classes
    IterableOnceOps
  86. def slice(from: Int, until: Int): collection.Iterator[AbstractInsnNode]
    Definition Classes
    Iterator → IterableOnceOps
  87. def sliceIterator(from: Int, until: Int): collection.Iterator[AbstractInsnNode]
    Attributes
    protected
    Definition Classes
    Iterator
  88. def sliding[B >: AbstractInsnNode](size: Int, step: Int): GroupedIterator[B]
    Definition Classes
    Iterator
  89. def span(p: (AbstractInsnNode) ⇒ Boolean): (collection.Iterator[AbstractInsnNode], collection.Iterator[AbstractInsnNode])
    Definition Classes
    Iterator → IterableOnceOps
  90. def sum[B >: AbstractInsnNode](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  91. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  92. def take(n: Int): collection.Iterator[AbstractInsnNode]
    Definition Classes
    Iterator → IterableOnceOps
  93. def takeWhile(p: (AbstractInsnNode) ⇒ Boolean): collection.Iterator[AbstractInsnNode]
    Definition Classes
    Iterator → IterableOnceOps
  94. def to[C1](factory: Factory[AbstractInsnNode, C1]): C1
    Definition Classes
    IterableOnceOps
  95. def toArray[B >: AbstractInsnNode](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  96. def toIndexedSeq: collection.immutable.IndexedSeq[AbstractInsnNode]
    Definition Classes
    IterableOnceOps
  97. def toList: collection.immutable.List[AbstractInsnNode]
    Definition Classes
    IterableOnceOps
  98. def toMap[K, V](implicit ev: <:<[AbstractInsnNode, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  99. def toSeq: collection.immutable.Seq[AbstractInsnNode]
    Definition Classes
    IterableOnceOps
  100. def toSet[B >: AbstractInsnNode]: Set[B]
    Definition Classes
    IterableOnceOps
  101. def toString(): String
    Definition Classes
    Iterator → AnyRef → Any
  102. def toVector: collection.immutable.Vector[AbstractInsnNode]
    Definition Classes
    IterableOnceOps
  103. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  104. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  105. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.InterruptedException])
  106. def withFilter(p: (AbstractInsnNode) ⇒ Boolean): collection.Iterator[AbstractInsnNode]
    Definition Classes
    Iterator
  107. def zip[B](that: collection.IterableOnce[B]): collection.Iterator[(AbstractInsnNode, B)]
    Definition Classes
    Iterator
  108. def zipAll[A1 >: AbstractInsnNode, B](that: collection.IterableOnce[B], thisElem: A1, thatElem: B): collection.Iterator[(A1, B)]
    Definition Classes
    Iterator
  109. def zipWithIndex: collection.Iterator[(AbstractInsnNode, Int)]
    Definition Classes
    Iterator → IterableOnceOps
  110. def [B](y: B): (CopyOpsIterator, B)
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toArrowAssoc[CopyOpsIterator] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def /:[B](z: B)(op: (B, AbstractInsnNode) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode])./:(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead of /: on IterableOnce

  2. final def /:[B](z: B)(op: (B, AbstractInsnNode) ⇒ B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  3. def :\[B](z: B)(op: (AbstractInsnNode, B) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).:\(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead of :\ on IterableOnce

  4. final def :\[B](z: B)(op: (AbstractInsnNode, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  5. final def copyToBuffer[B >: AbstractInsnNode](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  6. def find(p: (AbstractInsnNode) ⇒ Boolean): Option[AbstractInsnNode]
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).find(p)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.find instead of .find on IterableOnce

  7. def flatMap[B](f: (AbstractInsnNode) ⇒ collection.IterableOnce[B]): collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).flatMap(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.flatMap instead of .flatMap on IterableOnce or consider requiring an Iterable

  8. def fold[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).fold(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.fold instead of .fold on IterableOnce

  9. def foldLeft[B](z: B)(op: (B, AbstractInsnNode) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).foldLeft(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead of .foldLeft on IterableOnce

  10. def foldRight[B](z: B)(op: (AbstractInsnNode, B) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead of .foldLeft on IterableOnce

  11. def foreach[U](f: (AbstractInsnNode) ⇒ U): Unit
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).foreach(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foreach(...) instead of .foreach(...) on IterableOnce

  12. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.isEmpty instead of .isEmpty on IterableOnce

  13. def map[B](f: (AbstractInsnNode) ⇒ B): collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).map(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.map instead of .map on IterableOnce or consider requiring an Iterable

  14. def mkString: String
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).mkString
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead of .mkString on IterableOnce

  15. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).mkString(sep)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead of .mkString on IterableOnce

  16. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).mkString(start, sep, end)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead of .mkString on IterableOnce

  17. def sameElements[B >: A](that: collection.IterableOnce[B]): Boolean
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).sameElements(that)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sameElements for sameElements on Iterable or IterableOnce

  18. def seq: CopyOpsIterator.this.type
    Definition Classes
    Iterator
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterator.seq always returns the iterator itself

  19. def to[C1](factory: Factory[AbstractInsnNode, C1]): C1
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).to(factory)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use factory.from(it) instead of it.to(factory) for IterableOnce

  20. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).toArray(arg0)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ArrayBuffer.from(it).toArray

  21. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).toBuffer
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ArrayBuffer.from(it) instead of it.toBuffer

  22. final def toBuffer[B >: AbstractInsnNode]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use ArrayBuffer.from(it) instead of it.toBuffer

  23. final def toIterable: collection.Iterable[AbstractInsnNode]
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use Iterable.from(it) instead of it.toIterable

  24. def toIterator: collection.Iterator[AbstractInsnNode]
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).toIterator
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) toIterator has been renamed to iterator

  25. final def toIterator: collection.Iterator[AbstractInsnNode]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  26. def toList: collection.immutable.List[AbstractInsnNode]
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).toList
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use List.from(it) instead of it.toList

  27. def toMap[K, V](implicit ev: <:<[AbstractInsnNode, (K, V)]): Map[K, V]
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).toMap(ev)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use Map.from(it) instead of it.toVector on IterableOnce

  28. def toSeq: collection.immutable.Seq[AbstractInsnNode]
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).toSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use Seq.from(it) instead of it.toSeq

  29. def toSet[B >: A]: Set[B]
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).toSet
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use Set.from(it) instead of it.toSet

  30. def toStream: collection.immutable.Stream[AbstractInsnNode]
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).toStream
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use Stream.from(it) instead of it.toStream

  31. final def toStream: collection.immutable.Stream[AbstractInsnNode]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use Stream.from(it) instead of it.toStream

  32. def toVector: collection.immutable.Vector[AbstractInsnNode]
    Implicit
    This member is added by an implicit conversion from CopyOpsIterator toIterableOnceExtensionMethods[AbstractInsnNode] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (copyOpsIterator: IterableOnceExtensionMethods[AbstractInsnNode]).toVector
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use Vector.from(it) instead of it.toVector on IterableOnce

Inherited from collection.Iterator[AbstractInsnNode]

Inherited from IterableOnceOps[AbstractInsnNode, collection.Iterator, collection.Iterator[AbstractInsnNode]]

Inherited from collection.IterableOnce[AbstractInsnNode]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion iterableOnceExtensionMethods fromCopyOpsIterator to IterableOnceExtensionMethods[AbstractInsnNode]

Inherited by implicit conversion any2stringadd fromCopyOpsIterator to any2stringadd[CopyOpsIterator]

Inherited by implicit conversion StringFormat fromCopyOpsIterator to StringFormat[CopyOpsIterator]

Inherited by implicit conversion Ensuring fromCopyOpsIterator to Ensuring[CopyOpsIterator]

Inherited by implicit conversion ArrowAssoc fromCopyOpsIterator to ArrowAssoc[CopyOpsIterator]

Ungrouped