Packages

case class Frame(verbInflectedForms: InflectedForms, structure: ArgStructure, tense: Tense, isPerfect: Boolean, isProgressive: Boolean, isNegated: Boolean) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Frame
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Frame(verbInflectedForms: InflectedForms, structure: ArgStructure, tense: Tense, isPerfect: Boolean, isProgressive: Boolean, isNegated: Boolean)

Type Members

  1. type ArgMap[A] = Map[ArgumentSlot, A]

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. def args: DependentMap[Aux, Id]
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clauses: List[String]
  7. def clausesWithArgMarkers: List[List[Either[String, Aux[Argument]]]]
  8. def clausesWithArgs(argValues: Map[ArgumentSlot, String]): List[String]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. val doPlaceholders: Set[String]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def genClausesWithArgs[A](argValues: Map[ArgumentSlot, A]): List[List[Either[String, A]]]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getUngap(gap: Option[String]): List[String]
  15. def getVerbConjugation(subjectPresent: Boolean): VerbForm
  16. def getVerbStack: NonEmptyList[String]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val isNegated: Boolean
  19. def isPassive: Boolean
    Annotations
    @inline()
  20. val isPerfect: Boolean
  21. val isProgressive: Boolean
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. def questionsForSlot(slot: ArgumentSlot): List[String]
  27. def questionsForSlotWithArgs(slotOpt: Option[ArgumentSlot], argMap: ArgMap[String]): List[String]
  28. def splitVerbStackIfNecessary(verbStack: NonEmptyList[String]): NonEmptyList[String]
  29. val structure: ArgStructure
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. val tense: Tense
  32. val verbInflectedForms: InflectedForms
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. 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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped