case class AdjectivePhrase(head: Head, modifiers: Seq[Phrase] = Seq(), pre_modifiers: Seq[Phrase] = Seq(), post_modifiers: Seq[Phrase] = Seq(), features: Features = Map(), cfeatures: Features = Map()) extends Phrase with HasPreModifiers with HasModifiers with HasPostModifiers with HasFeatures with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AdjectivePhrase
  2. Serializable
  3. Product
  4. Equals
  5. HasFeatures
  6. HasPostModifiers
  7. HasModifiers
  8. HasPreModifiers
  9. Phrase
  10. ExportableToBlockly
  11. Constants
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AdjectivePhrase(head: Head, modifiers: Seq[Phrase] = Seq(), pre_modifiers: Seq[Phrase] = Seq(), post_modifiers: Seq[Phrase] = Seq(), 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]) @IntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def expand(): AdjPhraseSpec
    Definition Classes
    AdjectivePhrasePhrase
    Annotations
    @Override()
  9. def expandFeatures(element: NLGElement): Unit
    Definition Classes
    HasFeatures
  10. def expandModifiers(element: PhraseElement): Unit
    Definition Classes
    HasModifiers
  11. def expandPostModifiers(element: CoordinatedPhraseElement): Unit
    Definition Classes
    HasPostModifiers
  12. def expandPostModifiers(element: PhraseElement): Unit
    Definition Classes
    HasPostModifiers
  13. def expandPreModifiers(element: PhraseElement): Unit
    Definition Classes
    HasPreModifiers
  14. val features: Features
    Definition Classes
    AdjectivePhraseHasFeatures
  15. def featuresToBlockly(l: List[BlocklyContents]): Unit
    Definition Classes
    HasFeatures
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. val head: Head
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val modifiers: Seq[Phrase]
    Definition Classes
    AdjectivePhraseHasModifiers
  20. def modifiersToBlockly(l: List[BlocklyContents]): Unit
    Definition Classes
    HasModifiers
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. val post_modifiers: Seq[Phrase]
    Definition Classes
    AdjectivePhraseHasPostModifiers
  25. def post_modifiersToBlockly(l: List[BlocklyContents]): Unit
    Definition Classes
    HasPostModifiers
  26. val pre_modifiers: Seq[Phrase]
    Definition Classes
    AdjectivePhraseHasPreModifiers
  27. def pre_modifiersToBlockly(l: List[BlocklyContents]): Unit
    Definition Classes
    HasPreModifiers
  28. def processFeature(key: String, value: String, element: NLGElement): Unit
    Definition Classes
    HasFeatures
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toBlockly(): Block
    Definition Classes
    AdjectivePhrasePhraseExportableToBlockly
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. 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 HasPostModifiers

Inherited from HasModifiers

Inherited from HasPreModifiers

Inherited from Phrase

Inherited from ExportableToBlockly

Inherited from Constants

Inherited from AnyRef

Inherited from Any

Ungrouped