c

gapt.proofs.expansion

ExpansionTreePrettyPrinter

class ExpansionTreePrettyPrinter extends BabelExporter

Source
pretty.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExpansionTreePrettyPrinter
  2. BabelExporter
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExpansionTreePrettyPrinter(sig: BabelSignature)

Type Members

  1. sealed trait IdentShowMode extends AnyRef
    Definition Classes
    BabelExporter
  2. case class Parenable(prec: Int, doc: Doc) extends Product with Serializable
    Definition Classes
    BabelExporter

Value Members

  1. object Bare extends IdentShowMode with Product with Serializable
    Definition Classes
    BabelExporter
  2. object Safe extends IdentShowMode with Product with Serializable
    Definition Classes
    BabelExporter
  3. object WithParams extends IdentShowMode with Product with Serializable
    Definition Classes
    BabelExporter
  4. object WithType extends IdentShowMode with Product with Serializable
    Definition Classes
    BabelExporter
  5. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def ##(): Int
    Definition Classes
    AnyRef → Any
  7. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ExpansionTreePrettyPrinter to any2stringadd[ExpansionTreePrettyPrinter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  8. def ->[B](y: B): (ExpansionTreePrettyPrinter, B)
    Implicit
    This member is added by an implicit conversion from ExpansionTreePrettyPrinter to ArrowAssoc[ExpansionTreePrettyPrinter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def addPol(doc: Doc, pol: Polarity): Doc
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. val asciiUnquotName: Regex
    Definition Classes
    BabelExporter
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  14. val defaultIndent: Int
    Definition Classes
    BabelExporter
  15. def ensuring(cond: (ExpansionTreePrettyPrinter) ⇒ Boolean, msg: ⇒ Any): ExpansionTreePrettyPrinter
    Implicit
    This member is added by an implicit conversion from ExpansionTreePrettyPrinter to Ensuring[ExpansionTreePrettyPrinter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (ExpansionTreePrettyPrinter) ⇒ Boolean): ExpansionTreePrettyPrinter
    Implicit
    This member is added by an implicit conversion from ExpansionTreePrettyPrinter to Ensuring[ExpansionTreePrettyPrinter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): ExpansionTreePrettyPrinter
    Implicit
    This member is added by an implicit conversion from ExpansionTreePrettyPrinter to Ensuring[ExpansionTreePrettyPrinter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): ExpansionTreePrettyPrinter
    Implicit
    This member is added by an implicit conversion from ExpansionTreePrettyPrinter to Ensuring[ExpansionTreePrettyPrinter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def export(et: ExpansionTree): String
  22. def export(ty: Ty): String
    Definition Classes
    BabelExporter
  23. def export(sequent: HOLSequent): String
    Definition Classes
    BabelExporter
  24. def export(expr: Expr): String
    Definition Classes
    BabelExporter
  25. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ExpansionTreePrettyPrinter to StringFormat[ExpansionTreePrettyPrinter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def getIdentShowMode(expr: VarOrConst, knownType: Boolean, bound: Set[String], t0: Map[String, VarOrConst]): (IdentShowMode, Map[String, VarOrConst])
    Definition Classes
    BabelExporter
  28. def group(doc: Doc): Doc
    Attributes
    protected
    Definition Classes
    BabelExporter
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. val lineWidth: Int
    Definition Classes
    BabelExporter
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def nest(doc: Doc, j: Int = defaultIndent): Doc
    Definition Classes
    BabelExporter
  34. def notationForConst(const: ConstName): Option[Notation]
    Definition Classes
    BabelExporter
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def paramsNecessary(sigC: Const): Boolean
    Definition Classes
    BabelExporter
  38. def parens(doc: Doc): Doc
    Attributes
    protected
    Definition Classes
    BabelExporter
  39. val safeChars: Regex
    Definition Classes
    BabelExporter
  40. def safeMatching(c1: Const, c2: Const): Option[Substitution]
    Definition Classes
    BabelExporter
  41. def safeMatching(c1: Const, c2: Expr): Option[Substitution]
    Definition Classes
    BabelExporter
  42. def show(et: ExpansionTree, t0: Map[String, VarOrConst]): (Parenable, Map[String, VarOrConst])
  43. def show(ty: Ty, needParens: Boolean): Doc
    Definition Classes
    BabelExporter
  44. def show(ident: VarOrConst, mode: IdentShowMode): Parenable
    Definition Classes
    BabelExporter
  45. def show(expr: Expr, knownType: Boolean, bound: Set[String], t0: Map[String, VarOrConst]): (Parenable, Map[String, VarOrConst])

    Converts a lambda expression into a document.

    Converts a lambda expression into a document.

    At every point in the conversion, we keep track of:

    1. Whether the parser will already know the type of this expression (by inference)
    2. What type the free identifiers have.
    3. What priority the enclosing operator has.
    expr

    The lambda expression to convert.

    knownType

    Whether we already know the type of this expression.

    bound

    Names bound by enclosing binders.

    t0

    Already known free identifiers, together with the variable or constant they represent.

    returns

    Pretty-printed document and the free identifiers.

    Definition Classes
    BabelExporter
  46. def show(sequent: HOLSequent, bound: Set[String], t0: Map[String, VarOrConst]): (Doc, Map[String, VarOrConst])
    Definition Classes
    BabelExporter
  47. def showApps(expr: Expr, knownType: Boolean, bound: Set[String], t0: Map[String, VarOrConst]): (Parenable, Map[String, VarOrConst])
    Definition Classes
    BabelExporter
  48. def showFakeBin(expr: Expr, fakeConst: ConstName, a: Expr, b: Expr, knownType: Boolean, bound: Set[String], t0: Map[String, VarOrConst]): (Parenable, Map[String, VarOrConst])
    Definition Classes
    BabelExporter
  49. def showName(name: String): Doc
    Definition Classes
    BabelExporter
  50. def showName(token: Token)(implicit dummyImplicit: DummyImplicit): Doc
    Definition Classes
    BabelExporter
  51. def showNonOpName(name: String): Doc
    Definition Classes
    BabelExporter
  52. def showTyParams(params: List[Ty], always: Boolean = false): Doc
    Definition Classes
    BabelExporter
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. def unicodeSafe(n: Token): Boolean
    Definition Classes
    BabelExporter
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. def [B](y: B): (ExpansionTreePrettyPrinter, B)
    Implicit
    This member is added by an implicit conversion from ExpansionTreePrettyPrinter to ArrowAssoc[ExpansionTreePrettyPrinter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from BabelExporter

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ExpansionTreePrettyPrinter to any2stringadd[ExpansionTreePrettyPrinter]

Inherited by implicit conversion StringFormat from ExpansionTreePrettyPrinter to StringFormat[ExpansionTreePrettyPrinter]

Inherited by implicit conversion Ensuring from ExpansionTreePrettyPrinter to Ensuring[ExpansionTreePrettyPrinter]

Inherited by implicit conversion ArrowAssoc from ExpansionTreePrettyPrinter to ArrowAssoc[ExpansionTreePrettyPrinter]

Ungrouped