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
- Alphabetic
- By Inheritance
- CopyOpsIterator
- Iterator
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
- by iterableOnceExtensionMethods
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new CopyOpsIterator(initialCreations: Set[BoxCreation], finalCons: Set[BoxConsumer], prodCons: (backendUtils)#ProdConsAnalyzer)
Type Members
-
class
GroupedIterator[B >: A] extends AbstractIterator[collection.Seq[B]]
- Definition Classes
- Iterator
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to any2stringadd[CopyOpsIterator] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
++[B >: AbstractInsnNode](xs: ⇒ collection.IterableOnce[B]): collection.Iterator[B]
- Definition Classes
- Iterator
- Annotations
- @inline()
-
def
->[B](y: B): (CopyOpsIterator, B)
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to ArrowAssoc[CopyOpsIterator] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addString(b: collection.mutable.StringBuilder): collection.mutable.StringBuilder
- Definition Classes
- IterableOnceOps
-
def
addString(b: collection.mutable.StringBuilder, sep: String): collection.mutable.StringBuilder
- Definition Classes
- IterableOnceOps
-
def
addString(b: collection.mutable.StringBuilder, start: String, sep: String, end: String): b.type
- Definition Classes
- IterableOnceOps
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
buffered: collection.BufferedIterator[AbstractInsnNode]
- Definition Classes
- Iterator
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
collect[B](pf: PartialFunction[AbstractInsnNode, B]): collection.Iterator[B]
- Definition Classes
- Iterator → IterableOnceOps
-
def
collectFirst[B](pf: PartialFunction[AbstractInsnNode, B]): Option[B]
- Definition Classes
- IterableOnceOps
-
def
concat[B >: AbstractInsnNode](xs: ⇒ collection.IterableOnce[B]): collection.Iterator[B]
- Definition Classes
- Iterator
-
def
contains(elem: Any): Boolean
- Definition Classes
- Iterator
-
def
copyToArray[B >: AbstractInsnNode](xs: Array[B], start: Int, len: Int): xs.type
- Definition Classes
- IterableOnceOps
-
def
copyToArray[B >: AbstractInsnNode](xs: Array[B], start: Int): xs.type
- Definition Classes
- IterableOnceOps
-
def
count(p: (AbstractInsnNode) ⇒ Boolean): Int
- Definition Classes
- IterableOnceOps
-
def
distinct: collection.Iterator[AbstractInsnNode]
- Definition Classes
- Iterator
-
def
distinctBy[B](f: (AbstractInsnNode) ⇒ B): collection.Iterator[AbstractInsnNode]
- Definition Classes
- Iterator
-
def
drop(n: Int): collection.Iterator[AbstractInsnNode]
- Definition Classes
- Iterator → IterableOnceOps
-
def
dropWhile(p: (AbstractInsnNode) ⇒ Boolean): collection.Iterator[AbstractInsnNode]
- Definition Classes
- Iterator → IterableOnceOps
-
def
ensuring(cond: (CopyOpsIterator) ⇒ Boolean, msg: ⇒ Any): CopyOpsIterator
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to Ensuring[CopyOpsIterator] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (CopyOpsIterator) ⇒ Boolean): CopyOpsIterator
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to Ensuring[CopyOpsIterator] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): CopyOpsIterator
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to Ensuring[CopyOpsIterator] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): CopyOpsIterator
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to Ensuring[CopyOpsIterator] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exists(p: (AbstractInsnNode) ⇒ Boolean): Boolean
- Definition Classes
- IterableOnceOps
-
def
filter(p: (AbstractInsnNode) ⇒ Boolean): collection.Iterator[AbstractInsnNode]
- Definition Classes
- Iterator → IterableOnceOps
-
def
filterNot(p: (AbstractInsnNode) ⇒ Boolean): collection.Iterator[AbstractInsnNode]
- Definition Classes
- Iterator → IterableOnceOps
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
find(p: (AbstractInsnNode) ⇒ Boolean): Option[AbstractInsnNode]
- Definition Classes
- IterableOnceOps
-
def
flatMap[B](f: (AbstractInsnNode) ⇒ collection.IterableOnce[B]): collection.Iterator[B]
- Definition Classes
- Iterator → IterableOnceOps
-
def
flatten[B](implicit ev: (AbstractInsnNode) ⇒ collection.IterableOnce[B]): collection.Iterator[B]
- Definition Classes
- Iterator → IterableOnceOps
-
def
foldLeft[B](z: B)(op: (B, AbstractInsnNode) ⇒ B): B
- Definition Classes
- IterableOnceOps
-
def
foldRight[B](z: B)(op: (AbstractInsnNode, B) ⇒ B): B
- Definition Classes
- IterableOnceOps
-
def
forall(p: (AbstractInsnNode) ⇒ Boolean): Boolean
- Definition Classes
- IterableOnceOps
-
def
foreach[U](f: (AbstractInsnNode) ⇒ U): Unit
- Definition Classes
- IterableOnceOps
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to StringFormat[CopyOpsIterator] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
grouped[B >: AbstractInsnNode](size: Int): GroupedIterator[B]
- Definition Classes
- Iterator
-
def
hasNext: Boolean
- Definition Classes
- CopyOpsIterator → Iterator
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
indexOf[B >: AbstractInsnNode](elem: B, from: Int): Int
- Definition Classes
- Iterator
-
def
indexOf[B >: AbstractInsnNode](elem: B): Int
- Definition Classes
- Iterator
-
def
indexWhere(p: (AbstractInsnNode) ⇒ Boolean, from: Int): Int
- Definition Classes
- Iterator
-
def
isEmpty: Boolean
- Definition Classes
- IterableOnceOps
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
iterator(): collection.Iterator[AbstractInsnNode]
- Definition Classes
- Iterator → IterableOnce
-
def
knownSize: Int
- Definition Classes
- IterableOnceOps
-
final
def
length: Int
- Definition Classes
- Iterator
-
def
map[B](f: (AbstractInsnNode) ⇒ B): collection.Iterator[B]
- Definition Classes
- Iterator → IterableOnceOps
-
def
max[B >: AbstractInsnNode](implicit ord: math.Ordering[B]): AbstractInsnNode
- Definition Classes
- IterableOnceOps
-
def
maxBy[B](f: (AbstractInsnNode) ⇒ B)(implicit cmp: math.Ordering[B]): AbstractInsnNode
- Definition Classes
- IterableOnceOps
-
def
min[B >: AbstractInsnNode](implicit ord: math.Ordering[B]): AbstractInsnNode
- Definition Classes
- IterableOnceOps
-
def
minBy[B](f: (AbstractInsnNode) ⇒ B)(implicit cmp: math.Ordering[B]): AbstractInsnNode
- Definition Classes
- IterableOnceOps
-
def
mkString: String
- Definition Classes
- IterableOnceOps
-
def
mkString(sep: String): String
- Definition Classes
- IterableOnceOps
-
def
mkString(start: String, sep: String, end: String): String
- Definition Classes
- IterableOnceOps
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
next(): AbstractInsnNode
- Definition Classes
- CopyOpsIterator → Iterator
-
def
nextOption(): Option[AbstractInsnNode]
- Definition Classes
- Iterator
-
def
nonEmpty: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding( ... , "2.13.0" )
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
patch[B >: AbstractInsnNode](from: Int, patchElems: collection.Iterator[B], replaced: Int): collection.Iterator[B]
- Definition Classes
- Iterator
-
def
product[B >: AbstractInsnNode](implicit num: math.Numeric[B]): B
- Definition Classes
- IterableOnceOps
-
def
reduce[B >: AbstractInsnNode](op: (B, B) ⇒ B): B
- Definition Classes
- IterableOnceOps
-
def
reduceLeft[B >: AbstractInsnNode](op: (B, AbstractInsnNode) ⇒ B): B
- Definition Classes
- IterableOnceOps
-
def
reduceLeftOption[B >: AbstractInsnNode](op: (B, AbstractInsnNode) ⇒ B): Option[B]
- Definition Classes
- IterableOnceOps
-
def
reduceOption[B >: AbstractInsnNode](op: (B, B) ⇒ B): Option[B]
- Definition Classes
- IterableOnceOps
-
def
reduceRight[B >: AbstractInsnNode](op: (AbstractInsnNode, B) ⇒ B): B
- Definition Classes
- IterableOnceOps
-
def
reduceRightOption[B >: AbstractInsnNode](op: (AbstractInsnNode, B) ⇒ B): Option[B]
- Definition Classes
- IterableOnceOps
-
def
reversed: collection.Iterable[AbstractInsnNode]
- Attributes
- protected[this]
- Definition Classes
- IterableOnceOps
-
def
sameElements[B >: AbstractInsnNode](that: collection.IterableOnce[B]): Boolean
- Definition Classes
- Iterator
-
def
scanLeft[B](z: B)(op: (B, AbstractInsnNode) ⇒ B): collection.Iterator[B]
- Definition Classes
- Iterator → IterableOnceOps
-
def
size: Int
- Definition Classes
- IterableOnceOps
-
def
slice(from: Int, until: Int): collection.Iterator[AbstractInsnNode]
- Definition Classes
- Iterator → IterableOnceOps
-
def
sliceIterator(from: Int, until: Int): collection.Iterator[AbstractInsnNode]
- Attributes
- protected
- Definition Classes
- Iterator
-
def
sliding[B >: AbstractInsnNode](size: Int, step: Int): GroupedIterator[B]
- Definition Classes
- Iterator
-
def
span(p: (AbstractInsnNode) ⇒ Boolean): (collection.Iterator[AbstractInsnNode], collection.Iterator[AbstractInsnNode])
- Definition Classes
- Iterator → IterableOnceOps
-
def
sum[B >: AbstractInsnNode](implicit num: math.Numeric[B]): B
- Definition Classes
- IterableOnceOps
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
take(n: Int): collection.Iterator[AbstractInsnNode]
- Definition Classes
- Iterator → IterableOnceOps
-
def
takeWhile(p: (AbstractInsnNode) ⇒ Boolean): collection.Iterator[AbstractInsnNode]
- Definition Classes
- Iterator → IterableOnceOps
-
def
to[C1](factory: Factory[AbstractInsnNode, C1]): C1
- Definition Classes
- IterableOnceOps
-
def
toArray[B >: AbstractInsnNode](implicit arg0: ClassTag[B]): Array[B]
- Definition Classes
- IterableOnceOps
-
def
toIndexedSeq: collection.immutable.IndexedSeq[AbstractInsnNode]
- Definition Classes
- IterableOnceOps
-
def
toList: collection.immutable.List[AbstractInsnNode]
- Definition Classes
- IterableOnceOps
-
def
toMap[K, V](implicit ev: <:<[AbstractInsnNode, (K, V)]): Map[K, V]
- Definition Classes
- IterableOnceOps
-
def
toSeq: collection.immutable.Seq[AbstractInsnNode]
- Definition Classes
- IterableOnceOps
-
def
toSet[B >: AbstractInsnNode]: Set[B]
- Definition Classes
- IterableOnceOps
-
def
toString(): String
- Definition Classes
- Iterator → AnyRef → Any
-
def
toVector: collection.immutable.Vector[AbstractInsnNode]
- Definition Classes
- IterableOnceOps
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
withFilter(p: (AbstractInsnNode) ⇒ Boolean): collection.Iterator[AbstractInsnNode]
- Definition Classes
- Iterator
-
def
zip[B](that: collection.IterableOnce[B]): collection.Iterator[(AbstractInsnNode, B)]
- Definition Classes
- Iterator
-
def
zipAll[A1 >: AbstractInsnNode, B](that: collection.IterableOnce[B], thisElem: A1, thatElem: B): collection.Iterator[(A1, B)]
- Definition Classes
- Iterator
-
def
zipWithIndex: collection.Iterator[(AbstractInsnNode, Int)]
- Definition Classes
- Iterator → IterableOnceOps
-
def
→[B](y: B): (CopyOpsIterator, B)
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to ArrowAssoc[CopyOpsIterator] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Deprecated Value Members
-
def
/:[B](z: B)(op: (B, AbstractInsnNode) ⇒ B): B
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
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 /:
-
def
:\[B](z: B)(op: (AbstractInsnNode, B) ⇒ B): B
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
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 :\
-
def
find(p: (AbstractInsnNode) ⇒ Boolean): Option[AbstractInsnNode]
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
def
flatMap[B](f: (AbstractInsnNode) ⇒ collection.IterableOnce[B]): collection.IterableOnce[B]
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
def
foldLeft[B](z: B)(op: (B, AbstractInsnNode) ⇒ B): B
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
def
foldRight[B](z: B)(op: (AbstractInsnNode, B) ⇒ B): B
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
def
foreach[U](f: (AbstractInsnNode) ⇒ U): Unit
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
def
isEmpty: Boolean
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
def
map[B](f: (AbstractInsnNode) ⇒ B): collection.IterableOnce[B]
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
def
mkString: String
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
def
mkString(sep: String): String
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
def
mkString(start: String, sep: String, end: String): String
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
def
sameElements[B >: A](that: collection.IterableOnce[B]): Boolean
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
def
to[C1](factory: Factory[AbstractInsnNode, C1]): C1
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
def
toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
def
toBuffer[B >: A]: Buffer[B]
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
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
-
final
def
toIterable: collection.Iterable[AbstractInsnNode]
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
def
toIterator: collection.Iterator[AbstractInsnNode]
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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()
-
final
def
toIterator: collection.Iterator[AbstractInsnNode]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator() instead of .toIterator
-
def
toList: collection.immutable.List[AbstractInsnNode]
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
def
toMap[K, V](implicit ev: <:<[AbstractInsnNode, (K, V)]): Map[K, V]
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
def
toSeq: collection.immutable.Seq[AbstractInsnNode]
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
def
toSet[B >: A]: Set[B]
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
def
toStream: collection.immutable.Stream[AbstractInsnNode]
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
-
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
-
def
toVector: collection.immutable.Vector[AbstractInsnNode]
- Implicit
- This member is added by an implicit conversion from CopyOpsIterator to IterableOnceExtensionMethods[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
The Scala compiler and reflection APIs.