Packages

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

Linear Supertypes
Serializable, Product, Equals, HasPreModifiers, 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. HasPreModifiers
  6. HasPostModifiers
  7. HasFeatures
  8. VerbForm
  9. NounForm
  10. HeadForm
  11. Phrase
  12. ExportableToBlockly
  13. Constants
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Funcall(post_modifiers: Seq[Phrase] = Seq(), pre_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. def expandPreModifiers(element: PhraseElement): Unit
    Definition Classes
    HasPreModifiers
  14. val features: Features
    Definition Classes
    FuncallHasFeatures
  15. def featuresToBlockly(l: List[BlocklyContents]): Unit
    Definition Classes
    HasFeatures
  16. def get(fieldName: String): Any
  17. def get(): Map[String, AnyRef]
    Annotations
    @JsonAnyGetter()
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def newFeaturesBlock2(features: Map[String, AnyRef]): Block
    Definition Classes
    HasFeatures
  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
    FuncallHasPostModifiers
  25. def post_modifiersToBlockly(l: List[BlocklyContents]): Unit
    Definition Classes
    HasPostModifiers
  26. val pre_modifiers: Seq[Phrase]
    Definition Classes
    FuncallHasPreModifiers
  27. def pre_modifiersToBlockly(l: List[BlocklyContents]): Unit
    Definition Classes
    HasPreModifiers
  28. def processFeature(key: String, value: AnyRef, element: NLGElement): Unit
    Definition Classes
    HasFeatures
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. def serializeValue(v: AnyRef): String
    Definition Classes
    HasFeatures
  31. def set(fieldName: String, value: AnyRef): Unit
    Annotations
    @JsonAnySetter()
  32. def specialKey(s: String): Boolean
    Definition Classes
    HasFeatures
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toBlockly(): Block
    Definition Classes
    FuncallVerbFormNounFormPhrase → ExportableToBlockly
  35. def toString(): String
    Definition Classes
    Funcall → AnyRef → Any
  36. def transform[F <: Phrase](e: TransformEnvironment)(implicit c: ClassTag[F]): Option[Phrase with F]
    Definition Classes
    FuncallVerbFormNounFormHeadFormPhrase
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. 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 HasPreModifiers

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