Packages

case class Funcall(post_modifiers: Seq[Phrase] = Seq(), args: Seq[Phrase], features: Features = Map()) extends Phrase with HeadForm with NounForm with VerbForm with HasFeatures with HasPostModifiers with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, HasPostModifiers, HasFeatures, VerbForm, NounForm, HeadForm, Phrase, ExportableToBlockly, Constants, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Funcall
  2. Serializable
  3. Product
  4. Equals
  5. HasPostModifiers
  6. HasFeatures
  7. VerbForm
  8. NounForm
  9. HeadForm
  10. Phrase
  11. ExportableToBlockly
  12. Constants
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Funcall(post_modifiers: Seq[Phrase] = Seq(), args: Seq[Phrase], 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. val args: Seq[Phrase]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def copyIntoWithIndex(other: Funcall, index: Int): Unit
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def expand(): AnyRef
    Definition Classes
    FuncallPhrase
  10. def expandFeatures(element: NLGElement): Unit
    Definition Classes
    HasFeatures
  11. def expandPostModifiers(element: CoordinatedPhraseElement): Unit
    Definition Classes
    HasPostModifiers
  12. def expandPostModifiers(element: PhraseElement): Unit
    Definition Classes
    HasPostModifiers
  13. val features: Features
    Definition Classes
    FuncallHasFeatures
  14. def featuresToBlockly(l: List[BlocklyContents]): Unit
    Definition Classes
    HasFeatures
  15. def get(fieldName: String): Any
  16. def get(): Map[String, AnyRef]
    Annotations
    @JsonAnyGetter()
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def newFeaturesBlock2(features: Map[String, AnyRef]): Block
    Definition Classes
    HasFeatures
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. val post_modifiers: Seq[Phrase]
    Definition Classes
    FuncallHasPostModifiers
  24. def post_modifiersToBlockly(l: List[BlocklyContents]): Unit
    Definition Classes
    HasPostModifiers
  25. def processFeature(key: String, value: AnyRef, element: NLGElement): Unit
    Definition Classes
    HasFeatures
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def serializeValue(v: AnyRef): String
    Definition Classes
    HasFeatures
  28. def set(fieldName: String, value: AnyRef): Unit
    Annotations
    @JsonAnySetter()
  29. def specialKey(s: String): Boolean
    Definition Classes
    HasFeatures
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toBlockly(): Block
    Definition Classes
    FuncallVerbFormNounFormPhrase → ExportableToBlockly
  32. def toString(): String
    Definition Classes
    Funcall → AnyRef → Any
  33. def transform[F <: Phrase](e: TransformEnvironment)(implicit c: ClassTag[F]): Option[Phrase with F]
    Definition Classes
    FuncallVerbFormNounFormHeadFormPhrase
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. 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 HasPostModifiers

Inherited from HasFeatures

Inherited from VerbForm

Inherited from NounForm

Inherited from HeadForm

Inherited from Phrase

Inherited from ExportableToBlockly

Inherited from Constants

Inherited from AnyRef

Inherited from Any

Ungrouped