Packages

case class HoTTParser(ctx: Context = Context.Empty, contextMap: Map[String, Context] = Map()) extends Product with Serializable

Self Type
HoTTParser
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HoTTParser
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HoTTParser(ctx: Context = Context.Empty, contextMap: Map[String, Context] = Map())

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(exp: Expr): HoTTParser
  4. def +(dfn: Defn): HoTTParser
  5. def +(n: String, t: Term): HoTTParser
  6. def ->[B](y: B): (HoTTParser, B)
    Implicit
    This member is added by an implicit conversion from HoTTParser toArrowAssoc[HoTTParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def addImport(s: String): HoTTParser
  9. def alphachar[_](implicit arg0: P[Any]): ParsingRun[Unit]
  10. def alphanum[_](implicit arg0: P[Any]): P[Unit]
  11. def applnP[_](implicit arg0: P[Any]): P[Term]
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def block[_](implicit arg0: P[Any]): P[Block]
  14. def break[_](implicit arg0: P[Any]): P[Unit]
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  16. def context[_](implicit arg0: P[Any]): P[Context]
  17. val contextMap: Map[String, Context]
  18. val ctx: Context
  19. def defn[_](implicit arg0: P[Any]): P[Defn]
  20. def ensuring(cond: (HoTTParser) => Boolean, msg: => Any): HoTTParser
    Implicit
    This member is added by an implicit conversion from HoTTParser toEnsuring[HoTTParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (HoTTParser) => Boolean): HoTTParser
    Implicit
    This member is added by an implicit conversion from HoTTParser toEnsuring[HoTTParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: => Any): HoTTParser
    Implicit
    This member is added by an implicit conversion from HoTTParser toEnsuring[HoTTParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): HoTTParser
    Implicit
    This member is added by an implicit conversion from HoTTParser toEnsuring[HoTTParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def expr[_](implicit arg0: P[Any]): P[Expr]
  26. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from HoTTParser toStringFormat[HoTTParser] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. def funcTyp[_](implicit arg0: P[Any]): ParsingRun[FuncTyp[U, U] forSome {type U <: Term with Subs[U], type U <: Term with Subs[U]}]
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def imp[_](implicit arg0: P[Any]): P[Import]
  30. def inducP[_](implicit arg0: P[Any]): P[Term]
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def lambdaP[_](implicit arg0: P[Any]): P[Term]
  33. def lmbdaP[_](implicit arg0: P[Any]): P[Term]
  34. def name[_](implicit arg0: P[Any]): P[String]
  35. def named[_](implicit arg0: P[Any]): P[Term]
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def num[_](implicit arg0: P[Any]): P[scalahott.NatRing.LocalTerm with Subs[scalahott.NatRing.LocalTerm]]
  40. def parens[_](implicit arg0: P[Any]): P[Term]
  41. def parseBlock(txt: String): Parsed[Block]
  42. def parseContext(txt: String): Parsed[Context]
  43. def piTyp[_](implicit arg0: P[Any]): ParsingRun[GenFuncTyp[Term, U] forSome {type U <: Term with Subs[U]}]
  44. def plusTyp[_](implicit arg0: P[Any]): ParsingRun[PlusTyp[U, U] forSome {type U <: Term with Subs[U], type U <: Term with Subs[U]}]
  45. def polyApplnP[_](implicit arg0: P[Any]): P[Term]
  46. def predefs[_](implicit arg0: P[Any]): P[Term]
  47. def prodTyp[_](implicit arg0: P[Any]): ParsingRun[ProdTyp[U, U] forSome {type U <: Term with Subs[U], type U <: Term with Subs[U]}]
  48. def productElementNames: Iterator[String]
    Definition Classes
    Product
  49. def recP[_](implicit arg0: P[Any]): P[Term]
  50. def sigmaTyp[_](implicit arg0: P[Any]): ParsingRun[SigmaTyp[Term, U] forSome {type U <: Term with Subs[U]}]
  51. def simpleterm[_](implicit arg0: P[Any]): P[Term]
  52. def spc[_](implicit arg0: P[Any]): P[Unit]
  53. def stat[_](implicit arg0: P[Any]): P[Stat]
  54. def str[_](implicit arg0: P[Any]): P[String]
  55. def symbolic[_](implicit arg0: P[Any]): P[Term]
  56. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  57. def term[_](implicit arg0: P[Any]): P[Term]
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from HoTTParser toany2stringadd[HoTTParser] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (hoTTParser: any2stringadd[HoTTParser]).+(other)
    Definition Classes
    any2stringadd

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def [B](y: B): (HoTTParser, B)
    Implicit
    This member is added by an implicit conversion from HoTTParser toArrowAssoc[HoTTParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromHoTTParser to any2stringadd[HoTTParser]

Inherited by implicit conversion StringFormat fromHoTTParser to StringFormat[HoTTParser]

Inherited by implicit conversion Ensuring fromHoTTParser to Ensuring[HoTTParser]

Inherited by implicit conversion ArrowAssoc fromHoTTParser to ArrowAssoc[HoTTParser]

Ungrouped