trait Function extends FunctionTerm with Product

Annotations
@astClass() @leafClass()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Function
  2. FunctionTerm
  3. Function
  4. WithBody
  5. Term
  6. Stat
  7. Tree
  8. Serializable
  9. Ast
  10. Adt
  11. InternalTree
  12. Product
  13. Equals
  14. AnyRef
  15. Any
Implicitly
  1. by XtensionTreesStat
  2. by XtensionTreesTerm
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def body: Term
    Definition Classes
    FunctionFunctionTermFunctionWithBody
    Annotations
    @astField()
  2. abstract def children: List[Tree]
    Definition Classes
    Tree
  3. abstract def copy(paramClause: ParamClause, body: Term): Function
  4. abstract def copy(params: List[Param] = this.params, body: Term = this.body): Function
  5. abstract def paramClause: ParamClause
    Definition Classes
    FunctionFunctionTermFunction
    Annotations
    @astField()
  6. abstract def productArity: Int
    Definition Classes
    Product
  7. abstract def productElement(n: Int): Any
    Definition Classes
    Product
  8. abstract def productFields: List[String]
    Definition Classes
    InternalTree

Concrete Value Members

  1. final def canEqual(that: Any): Boolean
    Definition Classes
    FunctionTree → Equals
  2. final def equals(that: Any): Boolean
    Definition Classes
    FunctionTree → Equals → AnyRef → Any
  3. final def hashCode(): Int
    Definition Classes
    FunctionTree → AnyRef → Any
  4. def isBlockStat: Boolean
    Implicit
    This member is added by an implicit conversion from Function toXtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesStat
  5. def isEarlyStat: Boolean
    Implicit
    This member is added by an implicit conversion from Function toXtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesStat
  6. def isExistentialStat: Boolean
    Implicit
    This member is added by an implicit conversion from Function toXtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesStat
  7. def isExtractor: Boolean
    Implicit
    This member is added by an implicit conversion from Function toXtensionTreesTerm performed by method XtensionTreesTerm in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesTerm
  8. def isRefineStat: Boolean
    Implicit
    This member is added by an implicit conversion from Function toXtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesStat
  9. def isTemplateStat: Boolean
    Implicit
    This member is added by an implicit conversion from Function toXtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesStat
  10. def isTopLevelStat: Boolean
    Implicit
    This member is added by an implicit conversion from Function toXtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesStat
  11. def parent: Option[Tree]
    Definition Classes
    InternalTree
  12. def pos: Position
    Definition Classes
    InternalTree
  13. def productElementName(n: Int): String
    Definition Classes
    Product
  14. def productElementNames: Iterator[String]
    Definition Classes
    Product
  15. def productIterator: Iterator[Any]
    Definition Classes
    Product
  16. def productPrefix: String
    Definition Classes
    Product
  17. final def toString(): String
    Definition Classes
    FunctionTree → AnyRef → Any
  18. def tokens(implicit dialect: Dialect): Tokens
    Definition Classes
    InternalTree

Deprecated Value Members

  1. final def params: List[Param]
    Definition Classes
    FunctionFunctionTerm
    Annotations
    @deprecated @replacedField("4.6.0", scala.meta.internal.trees.Metadata.replacedField.<init>$default$2)
    Deprecated

    4.6.0