Packages

class LeanParser extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LeanParser
  2. AnyRef
  3. 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 LeanParser(initMods: Seq[Modification], defTaskMap: Map[Name, Task[Term]] = Map(), indTaskMap: Map[Name, Task[TermIndMod]] = Map(), log: Logger = LeanParser.Logger.nop)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from LeanParser toany2stringadd[LeanParser] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (LeanParser, B)
    Implicit
    This member is added by an implicit conversion from LeanParser toArrowAssoc[LeanParser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addMods(m: Seq[Modification]): Unit
  7. def allIndNames: ArrayBuffer[Name]
  8. val allIntros: ArrayBuffer[(Name, Expr)]
  9. def allNames(init: String = ""): ArrayBuffer[String]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. def codeFromInd(ind: TermIndMod): Term
  13. def codeGen: CodeGen
  14. def defFromMod(name: Name): Option[Task[Term]]
  15. def defNames: ArrayBuffer[Name]
  16. def defnCode: ArrayBuffer[(Name, Term)]
  17. val defnMap: Map[Name, Term]
  18. def ensuring(cond: (LeanParser) => Boolean, msg: => Any): LeanParser
    Implicit
    This member is added by an implicit conversion from LeanParser toEnsuring[LeanParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (LeanParser) => Boolean): LeanParser
    Implicit
    This member is added by an implicit conversion from LeanParser toEnsuring[LeanParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: => Any): LeanParser
    Implicit
    This member is added by an implicit conversion from LeanParser toEnsuring[LeanParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): LeanParser
    Implicit
    This member is added by an implicit conversion from LeanParser toEnsuring[LeanParser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. def findChildren(name: Name): Option[Vector[Expr]]
  25. def findDef(s: String): Option[DefMod]
  26. def findDefMod(name: Name): Option[DefMod]
  27. def findInd(s: String): Option[IndMod]
  28. def findIndMod(name: Name): Option[IndMod]
  29. def findIntro(name: Name): Option[Expr]
  30. def findMod(name: Name, mods: Seq[Modification]): Option[Modification]
  31. def findRecChildren(name: Name): Option[Vector[Expr]]
  32. def foldAxiomSeq(accum: Vector[Term], axs: Vector[(Name, Expr)]): Task[Vector[Term]]
  33. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from LeanParser toStringFormat[LeanParser] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  34. def get(name: String): Term
  35. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. def getError(name: String): Option[ParseException]
  37. def getFut(name: String): CancelableFuture[Term]
  38. def getInd(s: String): TermIndMod
  39. def getIndTask(s: String): Task[TermIndMod]
  40. def getMemTermIndMod(name: Name, exp: Expr): Task[TermIndMod]
  41. def getNamed(name: Name): Option[Task[Term]]
  42. def getTask(name: String): Task[Term]
  43. def getTermIndMod(name: Name): Option[Task[TermIndMod]]
  44. def getTry(name: String): Try[Term]
  45. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  46. def indModFromMod(name: Name): Option[Task[TermIndMod]]
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. def maxIndex(exp: Expr): Int
  49. def modNames(mod: Modification): Vector[Name]
  50. val mods: ArrayBuffer[Modification]
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  54. def parse(exp: Expr, vars: Vector[Term] = Vector()): Task[Term]
  55. val parseMemo: Map[(Expr, Vector[Term]), Term]
  56. def parseOptVec(vec: Vector[(Expr, Int)], vars: Vector[Term], indices: Set[Int]): Task[Vector[Option[Term]]]
  57. def parseVec(vec: Vector[Expr], vars: Vector[Term]): Task[Vector[Term]]
  58. def recApp(name: Name, args: Vector[Expr], exp: Expr, vars: Vector[Term]): Task[Term]
  59. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  60. val termIndModMap: Map[Name, TermIndMod]
  61. def toString(): String
    Definition Classes
    AnyRef → Any
  62. def topNames(init: String = ""): ArrayBuffer[String]
  63. def update(): Unit
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. def withAxiom(name: Name, ty: Expr): Task[Unit]
  68. def withAxiomSeq(axs: Vector[(Name, Expr)]): Task[Unit]
  69. def withDefn(name: Name, exp: Expr): Task[Unit]
  70. def withMod(mod: Modification): Task[Unit]

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): (LeanParser, B)
    Implicit
    This member is added by an implicit conversion from LeanParser toArrowAssoc[LeanParser] 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 AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromLeanParser to any2stringadd[LeanParser]

Inherited by implicit conversion StringFormat fromLeanParser to StringFormat[LeanParser]

Inherited by implicit conversion Ensuring fromLeanParser to Ensuring[LeanParser]

Inherited by implicit conversion ArrowAssoc fromLeanParser to ArrowAssoc[LeanParser]

Ungrouped