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
- Alphabetic
- By Inheritance
Inherited
- PrepositionPhrase
- Serializable
- Product
- Equals
- HasFeatures
- HasSpecifier
- HasComplements
- Phrase
- ExportableToBlockly
- Constants
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
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 cfeatures: Features
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val complements: Seq[Phrase]
- Definition Classes
- PrepositionPhrase → HasComplements
- def complementsToBlockly(l: List[BlocklyContents]): Unit
- Definition Classes
- HasComplements
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def expand(): PPPhraseSpec
- Definition Classes
- PrepositionPhrase → Phrase
- Annotations
- @Override()
- def expandComplements(element: PhraseElement): Unit
- Definition Classes
- HasComplements
- def expandFeatures(element: NLGElement): Unit
- Definition Classes
- HasFeatures
- def expandSpecifier(element: PhraseElement): Unit
- Definition Classes
- HasSpecifier
- val features: Features
- Definition Classes
- PrepositionPhrase → HasFeatures
- def featuresToBlockly(l: List[BlocklyContents]): Unit
- Definition Classes
- HasFeatures
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val noun: Option[NounForm]
- val preposition: String
- def processFeature(key: String, value: String, element: NLGElement): Unit
- Definition Classes
- HasFeatures
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val specifier: Option[NounPhrase]
- Definition Classes
- PrepositionPhrase → HasSpecifier
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBlockly(): Block
- Definition Classes
- PrepositionPhrase → Phrase → ExportableToBlockly
- 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]) @native()
- 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)