Packages

case class PrepositionPhrase(preposition: String, noun: Option[NounForm], complements: Seq[Phrase] = Seq(), specifier: Option[NounPhrase] = None, features: Features = Map()) extends Phrase with HasComplements with HasSpecifier with HasFeatures with Product with Serializable

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

Instance Constructors

  1. new PrepositionPhrase(preposition: String, noun: Option[NounForm], complements: Seq[Phrase] = Seq(), specifier: Option[NounPhrase] = None, features: Features = Map())

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. val complements: Seq[Phrase]
    Definition Classes
    PrepositionPhraseHasComplements
  7. def complementsToBlockly(l: List[BlocklyContents]): Unit
    Definition Classes
    HasComplements
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def expand(): PPPhraseSpec
    Definition Classes
    PrepositionPhrasePhrase
    Annotations
    @Override()
  10. def expandComplements(element: PhraseElement): Unit
    Definition Classes
    HasComplements
  11. def expandFeatures(element: NLGElement): Unit
    Definition Classes
    HasFeatures
  12. def expandSpecifier(element: PhraseElement): Unit
    Definition Classes
    HasSpecifier
  13. val features: Features
    Definition Classes
    PrepositionPhraseHasFeatures
  14. def featuresToBlockly(l: List[BlocklyContents]): Unit
    Definition Classes
    HasFeatures
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def newFeaturesBlock2(features: Map[String, AnyRef]): Block
    Definition Classes
    HasFeatures
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. val noun: Option[NounForm]
  22. val preposition: String
  23. def processFeature(key: String, value: AnyRef, element: NLGElement): Unit
    Definition Classes
    HasFeatures
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. def serializeValue(v: AnyRef): String
    Definition Classes
    HasFeatures
  26. def specialKey(s: String): Boolean
    Definition Classes
    HasFeatures
  27. val specifier: Option[NounPhrase]
    Definition Classes
    PrepositionPhraseHasSpecifier
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toBlockly(): Block
    Definition Classes
    PrepositionPhrasePhrase → ExportableToBlockly
  30. def transform[F <: Phrase](e: TransformEnvironment)(implicit c: ClassTag[F]): Option[F]
    Definition Classes
    PrepositionPhrasePhrase
  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 HasFeatures

Inherited from HasSpecifier

Inherited from HasComplements

Inherited from Phrase

Inherited from ExportableToBlockly

Inherited from Constants

Inherited from AnyRef

Inherited from Any

Ungrouped