SimpleTransformIterator

org.nlogo.parse.SimpleTransformIterator
class SimpleTransformIterator[A](i: Iterator[Token], transformer: TokenTransformer[A]) extends Iterator[Token]

Attributes

Source
TransformableTokenStream.scala
Graph
Supertypes
trait Iterator[Token]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

class GroupedIterator[B >: A](self: Iterator[B], size: Int, step: Int)

Attributes

Inherited from:
Iterator
Supertypes
class AbstractIterator[Seq[B]]
trait Iterator[Seq[B]]
trait IterableOnce[Seq[B]]
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

override def hasNext: Boolean

Attributes

Definition Classes
Source
TransformableTokenStream.scala
override def next(): Token

Attributes

Definition Classes
Source
TransformableTokenStream.scala

Inherited methods

final def ++[B >: Token](xs: => IterableOnce[B]): Iterator[B]

Attributes

Inherited from:
Iterator
final def addString(b: StringBuilder): b.type

Attributes

Inherited from:
IterableOnceOps
final def addString(b: StringBuilder, sep: String): b.type

Attributes

Inherited from:
IterableOnceOps

Attributes

Inherited from:
IterableOnceOps

Attributes

Inherited from:
Iterator

Attributes

Inherited from:
Iterator

Attributes

Inherited from:
IterableOnceOps
def concat[B >: Token](xs: => IterableOnce[B]): Iterator[B]

Attributes

Inherited from:
Iterator
def contains(elem: Any): Boolean

Attributes

Inherited from:
Iterator
def copyToArray[B >: Token](xs: Array[B], start: Int, len: Int): Int

Attributes

Inherited from:
IterableOnceOps
def copyToArray[B >: Token](xs: Array[B], start: Int): Int

Attributes

Inherited from:
IterableOnceOps
def copyToArray[B >: Token](xs: Array[B]): Int

Attributes

Inherited from:
IterableOnceOps

Attributes

Inherited from:
IterableOnceOps
def count(p: Token => Boolean): Int

Attributes

Inherited from:
IterableOnceOps

Attributes

Inherited from:
Iterator
def distinctBy[B](f: Token => B): Iterator[Token]

Attributes

Inherited from:
Iterator
def drop(n: Int): Iterator[Token]

Attributes

Inherited from:
Iterator

Attributes

Inherited from:
Iterator

Attributes

Inherited from:
Iterator

Attributes

Inherited from:
IterableOnceOps

Attributes

Inherited from:
Iterator

Attributes

Inherited from:
Iterator

Attributes

Inherited from:
IterableOnceOps

Attributes

Inherited from:
Iterator
def flatten[B](implicit ev: Token => IterableOnce[B]): Iterator[B]

Attributes

Inherited from:
Iterator
def fold[A1 >: Token](z: A1)(op: (A1, A1) => A1): A1

Attributes

Inherited from:
IterableOnceOps
def foldLeft[B](z: B)(op: (B, Token) => B): B

Attributes

Inherited from:
IterableOnceOps
def foldRight[B](z: B)(op: (Token, B) => B): B

Attributes

Inherited from:
IterableOnceOps

Attributes

Inherited from:
IterableOnceOps
def foreach[U](f: Token => U): Unit

Attributes

Inherited from:
IterableOnceOps

Attributes

Inherited from:
Iterator
def indexOf[B >: Token](elem: B, from: Int): Int

Attributes

Inherited from:
Iterator
def indexOf[B >: Token](elem: B): Int

Attributes

Inherited from:
Iterator

Attributes

Inherited from:
Iterator
override def isEmpty: Boolean

Attributes

Definition Classes
Inherited from:
Iterator

Attributes

Inherited from:
IterableOnceOps
final def iterator: Iterator[Token]

Attributes

Inherited from:
Iterator
def knownSize: Int

Attributes

Inherited from:
IterableOnce
final def length: Int

Attributes

Inherited from:
Iterator
def map[B](f: Token => B): Iterator[B]

Attributes

Inherited from:
Iterator
def max[B >: Token](implicit ord: Ordering[B]): Token

Attributes

Inherited from:
IterableOnceOps
def maxBy[B](f: Token => B)(implicit ord: Ordering[B]): Token

Attributes

Inherited from:
IterableOnceOps
def maxByOption[B](f: Token => B)(implicit ord: Ordering[B]): Option[Token]

Attributes

Inherited from:
IterableOnceOps
def maxOption[B >: Token](implicit ord: Ordering[B]): Option[Token]

Attributes

Inherited from:
IterableOnceOps
def min[B >: Token](implicit ord: Ordering[B]): Token

Attributes

Inherited from:
IterableOnceOps
def minBy[B](f: Token => B)(implicit ord: Ordering[B]): Token

Attributes

Inherited from:
IterableOnceOps
def minByOption[B](f: Token => B)(implicit ord: Ordering[B]): Option[Token]

Attributes

Inherited from:
IterableOnceOps
def minOption[B >: Token](implicit ord: Ordering[B]): Option[Token]

Attributes

Inherited from:
IterableOnceOps
final def mkString: String

Attributes

Inherited from:
IterableOnceOps
final def mkString(sep: String): String

Attributes

Inherited from:
IterableOnceOps

Attributes

Inherited from:
IterableOnceOps

Attributes

Inherited from:
Iterator

Attributes

Inherited from:
IterableOnceOps
def padTo[B >: Token](len: Int, elem: B): Iterator[B]

Attributes

Inherited from:
Iterator

Attributes

Inherited from:
Iterator

Attributes

Inherited from:
Iterator
def product[B >: Token](implicit num: Numeric[B]): B

Attributes

Inherited from:
IterableOnceOps
def reduce[B >: Token](op: (B, B) => B): B

Attributes

Inherited from:
IterableOnceOps
def reduceLeft[B >: Token](op: (B, Token) => B): B

Attributes

Inherited from:
IterableOnceOps
def reduceLeftOption[B >: Token](op: (B, Token) => B): Option[B]

Attributes

Inherited from:
IterableOnceOps
def reduceOption[B >: Token](op: (B, B) => B): Option[B]

Attributes

Inherited from:
IterableOnceOps
def reduceRight[B >: Token](op: (Token, B) => B): B

Attributes

Inherited from:
IterableOnceOps
def reduceRightOption[B >: Token](op: (Token, B) => B): Option[B]

Attributes

Inherited from:
IterableOnceOps
protected def reversed: Iterable[Token]

Attributes

Inherited from:
IterableOnceOps

Attributes

Inherited from:
Iterator
def scanLeft[B](z: B)(op: (B, Token) => B): Iterator[B]

Attributes

Inherited from:
Iterator
def size: Int

Attributes

Inherited from:
IterableOnceOps

Attributes

Inherited from:
Iterator

Attributes

Inherited from:
Iterator

Attributes

Inherited from:
Iterator

Attributes

Inherited from:
IterableOnceOps
def stepper[S <: Stepper[_]](implicit shape: StepperShape[Token, S]): S

Attributes

Inherited from:
IterableOnce
def sum[B >: Token](implicit num: Numeric[B]): B

Attributes

Inherited from:
IterableOnceOps
def take(n: Int): Iterator[Token]

Attributes

Inherited from:
Iterator

Attributes

Inherited from:
Iterator
override def tapEach[U](f: Token => U): Iterator[Token]

Attributes

Definition Classes
Inherited from:
Iterator
def to[C1](factory: Factory[Token, C1]): C1

Attributes

Inherited from:
IterableOnceOps
def toArray[B >: Token : ClassTag]: Array[B]

Attributes

Inherited from:
IterableOnceOps
final def toBuffer[B >: Token]: Buffer[B]

Attributes

Inherited from:
IterableOnceOps

Attributes

Inherited from:
IterableOnceOps
def toList: List[Token]

Attributes

Inherited from:
IterableOnceOps
def toMap[K, V](implicit ev: Token <:< (K, V)): Map[K, V]

Attributes

Inherited from:
IterableOnceOps
def toSeq: Seq[Token]

Attributes

Inherited from:
IterableOnceOps
def toSet[B >: Token]: Set[B]

Attributes

Inherited from:
IterableOnceOps
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Iterator -> Any
Inherited from:
Iterator

Attributes

Inherited from:
IterableOnceOps

Attributes

Inherited from:
Iterator
def zip[B](that: IterableOnce[B]): Iterator[(Token, B)]

Attributes

Inherited from:
Iterator
def zipAll[A1 >: Token, B](that: IterableOnce[B], thisElem: A1, thatElem: B): Iterator[(A1, B)]

Attributes

Inherited from:
Iterator

Attributes

Inherited from:
Iterator

Deprecated and Inherited methods

final def /:[B](z: B)(op: (B, Token) => B): B

Attributes

Deprecated
[Since version 2.13.0] Use foldLeft instead of /:
Inherited from:
IterableOnceOps
final def :\[B](z: B)(op: (Token, B) => B): B

Attributes

Deprecated
[Since version 2.13.0] Use foldRight instead of :\\
Inherited from:
IterableOnceOps
def aggregate[B](z: => B)(seqop: (B, Token) => B, combop: (B, B) => B): B

Attributes

Deprecated
[Since version 2.13.0] For sequential collections, prefer `foldLeft(z)(seqop)`. For parallel collections, use `ParIterableLike#aggregate`.
Inherited from:
IterableOnceOps
final def copyToBuffer[B >: Token](dest: Buffer[B]): Unit

Attributes

Deprecated
[Since version 2.13.0] Use `dest ++= coll` instead
Inherited from:
IterableOnceOps
final override def hasDefiniteSize: Boolean

Attributes

Deprecated
[Since version 2.13.0] hasDefiniteSize on Iterator is the same as isEmpty
Definition Classes
Inherited from:
Iterator
def scanRight[B](z: B)(op: (Token, B) => B): Iterator[B]

Attributes

Deprecated
[Since version 2.13.0] Call scanRight on an Iterable instead.
Inherited from:
Iterator
def seq: Iterator.this.type

Attributes

Deprecated
[Since version 2.13.0] Iterator.seq always returns the iterator itself
Inherited from:
Iterator
final def toIterator: Iterator[Token]

Attributes

Deprecated
[Since version 2.13.0] Use .iterator instead of .toIterator
Inherited from:
IterableOnceOps
final def toStream: Stream[Token]

Attributes

Deprecated
[Since version 2.13.0] Use .to(LazyList) instead of .toStream
Inherited from:
IterableOnceOps