Packages

object TermShapeTree extends ShapeTreeFormat

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TermShapeTree
  2. ShapeTreeFormat
  3. TermRec
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 appln(func: ShapeTree, arg: ShapeTree): ShapeTree
    Definition Classes
    ShapeTreeFormatTermRec
  5. def apply(term: Term): ShapeTree
    Definition Classes
    TermRec
  6. def arrow(dom: ShapeTree, codom: ShapeTree): ShapeTree
    Definition Classes
    ShapeTreeFormatTermRec
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equality(dom: ShapeTree, lhs: ShapeTree, rhs: ShapeTree): ShapeTree
    Definition Classes
    ShapeTreeFormatTermRec
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def fromString(str: String)(implicit typ: Typ[Term]): ShapeTree
    Definition Classes
    ShapeTreeFormatTermRec
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def lambda(variable: ShapeTree, typ: ShapeTree, value: ShapeTree): ShapeTree
    Definition Classes
    ShapeTreeFormatTermRec
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def pair(first: ShapeTree, second: ShapeTree): ShapeTree
    Definition Classes
    ShapeTreeFormatTermRec
  21. def pi(fibre: ShapeTree): ShapeTree
    Definition Classes
    ShapeTreeFormatTermRec
  22. def plus(first: ShapeTree, second: ShapeTree): ShapeTree
    Definition Classes
    ShapeTreeFormatTermRec
  23. def sigma(fibre: ShapeTree): ShapeTree
    Definition Classes
    ShapeTreeFormatTermRec
  24. val specialTerms: PartialFunction[Term, ShapeTree]
    Definition Classes
    ShapeTreeFormatTermRec
  25. def symbobj(term: SymbObj[Term]): ShapeTree
    Definition Classes
    ShapeTreeFormatTermRec
  26. def symbolic(name: AnySym, typ: Typ[Term]): ShapeTree
    Definition Classes
    ShapeTreeFormatTermRec
  27. def symbtyp(term: SymbTyp): ShapeTree
    Definition Classes
    ShapeTreeFormatTermRec
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def univ(n: Int): ShapeTree
    Definition Classes
    ShapeTreeFormatTermRec
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. 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 ShapeTreeFormat

Inherited from TermRec[ShapeTree]

Inherited from AnyRef

Inherited from Any

Ungrouped