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
Ordering
- Alphabetic
- By Inheritance
Inherited
- PhraseIterator
- Serializable
- Product
- Equals
- Phrase
- ExportableToBlockly
- Constants
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PhraseIterator(variable: String, until_string: String, from_string: String, flatten: String, clause: String, property: String, element: Phrase, iterator: PhraseIterator)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val clause: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- var conjunction: String
- val element: Phrase
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def expand(): AnyRef
- Definition Classes
- PhraseIterator → Phrase
- var features: Features
- val flatten: String
- val flatten_value: Boolean
- val from_string: String
- val from_value: Int
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- var head: Head
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val iterator: PhraseIterator
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val property: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBlockly(): Block
- Definition Classes
- PhraseIterator → Phrase → ExportableToBlockly
- def transform[F <: Phrase](e: TransformEnvironment)(implicit c: ClassTag[F]): Option[F]
- Definition Classes
- PhraseIterator → Phrase
- val until_string: String
- val until_value: (Int) => Int
- val variable: String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)