Packages

case class PhraseIterator(variable: String, until_string: String, from_string: String, flatten: String, clause: String, property: String, element: Phrase, iterator: PhraseIterator) extends Phrase with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Phrase, ExportableToBlockly, Constants, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PhraseIterator
  2. Serializable
  3. Product
  4. Equals
  5. Phrase
  6. ExportableToBlockly
  7. Constants
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PhraseIterator(variable: String, until_string: String, from_string: String, flatten: String, clause: String, property: String, element: Phrase, iterator: PhraseIterator)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val clause: String
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. var conjunction: String
  8. val element: Phrase
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def expand(): AnyRef
    Definition Classes
    PhraseIteratorPhrase
  11. var features: Features
  12. val flatten: String
  13. val flatten_value: Boolean
  14. val from_string: String
  15. val from_value: Int
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. var head: Head
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val iterator: PhraseIterator
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. val property: String
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toBlockly(): Block
    Definition Classes
    PhraseIteratorPhrase → ExportableToBlockly
  27. def transform[F <: Phrase](e: TransformEnvironment)(implicit c: ClassTag[F]): Option[F]
    Definition Classes
    PhraseIteratorPhrase
  28. val until_string: String
  29. val until_value: (Int) => Int
  30. val variable: String
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Phrase

Inherited from ExportableToBlockly

Inherited from Constants

Inherited from AnyRef

Inherited from Any

Ungrouped