Class

io.chymyst.ch

VarE

Related Doc: package ch

Permalink

final case class VarE(name: String, tExpr: TypeExpr) extends TermExpr with Product with Serializable

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

Instance Constructors

  1. new VarE(name: String, tExpr: TypeExpr)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def =>:(y: VarE): TermExpr

    Permalink
    Definition Classes
    TermExpr
  5. def apply(acc: String): TermExpr

    Permalink
    Definition Classes
    TermExpr
  6. def apply(i: Int): TermExpr

    Permalink
    Definition Classes
    TermExpr
  7. def apply(terms: TermExpr*): TermExpr

    Permalink
    Definition Classes
    TermExpr
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def cases(cases: TermExpr*): TermExpr

    Permalink
    Definition Classes
    TermExpr
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equiv(y: TermExpr): Boolean

    Permalink
    Definition Classes
    TermExpr
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. lazy val freeVars: Seq[String]

    Permalink
    Definition Classes
    TermExpr
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def informationLossScore: (Int, Double, Double, Int, Int)

    Permalink
    Definition Classes
    TermExpr
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val name: String

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def prettyPrint: String

    Permalink
    Definition Classes
    TermExpr
  23. def prettyRename: TermExpr

    Permalink
    Definition Classes
    TermExpr
  24. def renameAllVars(oldAndNewNames: Map[String, String]): TermExpr

    Permalink
    Definition Classes
    TermExpr
  25. def renameAllVars(oldNames: Seq[String], newNames: Seq[String]): TermExpr

    Permalink
    Definition Classes
    TermExpr
  26. def simplify: TermExpr

    Permalink
    Definition Classes
    TermExpr
  27. def substTypeVar(from: TermExpr, to: TermExpr): TermExpr

    Permalink
    Definition Classes
    TermExpr
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. val tExpr: TypeExpr

    Permalink
    Definition Classes
    VarETermExpr
  30. lazy val toString: String

    Permalink
    Definition Classes
    TermExpr → AnyRef → Any
  31. lazy val usedVars: Seq[String]

    Permalink
    Definition Classes
    TermExpr
  32. def varCount(varName: String): Int

    Permalink
    Definition Classes
    TermExpr
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TermExpr

Inherited from AnyRef

Inherited from Any

Ungrouped