object MMTUtils

Source
Utils.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MMTUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 Lam(name: String, tp: Term, body: Term): Term
  5. def LamArgs(name: String, argNr: Int, body: Term): Term
  6. def PiArgTypes(name: String, args: String, types: List[Term], argNr: Int, body: Term): Term
  7. def PiArgTypes(name: String, args: String, types: String, argNr: String, body: Term): Term
  8. def PiArgTypes(args: String, types: List[Term], argNr: Int, body: Term): Term
  9. def PiArgTypes(args: String, types: String, argNr: String, body: Term): Term
  10. def PiArgs(name: String, argNr: Int, body: Term): Term
  11. def PiArgs(name: String, argNr: String, body: Term): Term
  12. def PiArgs(argNr: String, body: Term): Term
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getPath(aid: String, name: List[String]): GlobalName
  20. def getPath(aid: String, name: LocalName): GlobalName
  21. def getPath(aid: String, name: String): GlobalName
  22. def getPath(aid: String, kind: String, absnr: Int): GlobalName
  23. def getTheoryPath(aid: String): MPath
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val mainPatternName: LocalName
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def nullAttribute: OMBINDC
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped