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

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