c

at.logic.gapt.proofs.expansion

ExpansionTreePrettyPrinter

class ExpansionTreePrettyPrinter extends BabelExporter

Source
pretty.scala
Linear Supertypes
Type Hierarchy
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)

Value Members

  1. object prio
    Definition Classes
    BabelExporter
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. 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
  5. 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()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def addPol(doc: Doc, pol: Polarity): Doc
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val asciiUnquotName: Regex
    Definition Classes
    BabelExporter
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val defaultIndent: Int
    Definition Classes
    BabelExporter
  12. 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
  13. 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
  14. 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
  15. 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
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def export(et: ExpansionTree): String
  19. def export(ty: Ty): String
    Definition Classes
    BabelExporter
  20. def export(sequent: HOLSequent): String
    Definition Classes
    BabelExporter
  21. def export(expr: Expr): String
    Definition Classes
    BabelExporter
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. 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()
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  25. def group(doc: Doc): Doc
    Attributes
    protected
    Definition Classes
    BabelExporter
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  27. val infixRel: Set[String]
    Definition Classes
    BabelExporter
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def knownConstantTypesFromSig(consts: Iterable[Const]): Iterable[(String, Const)]
    Definition Classes
    BabelExporter
  30. val lineWidth: Int
    Definition Classes
    BabelExporter
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def nest(doc: Doc, j: Int = defaultIndent): Doc
    Definition Classes
    BabelExporter
  33. final def notify(): Unit
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  35. def parenIf(enclosingPrio: Int, currentPrio: Int, doc: Doc): Doc
    Definition Classes
    BabelExporter
  36. def parens(doc: Doc): Doc
    Attributes
    protected
    Definition Classes
    BabelExporter
  37. val safeChars: Regex
    Definition Classes
    BabelExporter
  38. def show(et: ExpansionTree, t0: Map[String, VarOrConst], p: Int): (Doc, Map[String, VarOrConst])
  39. def show(ty: Ty, needParens: Boolean): Doc
    Definition Classes
    BabelExporter
  40. def show(expr: Expr, knownType: Boolean, bound: Set[String], t0: Map[String, VarOrConst], p: Int): (Doc, 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 used free identifiers, together with the variable or constant they represent.

    p

    The priority of the enclosing operator.

    returns

    Pretty-printed document and the free identifiers.

    Definition Classes
    BabelExporter
  41. def show(sequent: HOLSequent, bound: Set[String], t0: Map[String, VarOrConst]): (Doc, Map[String, VarOrConst])
    Definition Classes
    BabelExporter
  42. def showApps(expr: Expr, knownType: Boolean, bound: Set[String], t0: Map[String, VarOrConst], p: Int): (Doc, Map[String, VarOrConst])
    Definition Classes
    BabelExporter
  43. def showBin(sym: String, prio: Int, leftPrioBias: Int, rightPrioBias: Int, a: Expr, b: Expr, knownType: Boolean, bound: Set[String], t0: Map[String, VarOrConst], p: Int): (Doc, Map[String, VarOrConst])
    Definition Classes
    BabelExporter
  44. def showBinOp(c: Const, prio: Int, leftPrioBias: Int, rightPrioBias: Int, a: Expr, b: Expr, knownType: Boolean, bound: Set[String], t0: Map[String, VarOrConst], p: Int): (Doc, Map[String, VarOrConst])
    Definition Classes
    BabelExporter
  45. def showName(name: String): Doc
    Definition Classes
    BabelExporter
  46. def showQuant(sym: String, v: Var, e: Expr, bound: Set[String], t0: Map[String, VarOrConst], p: Int): (Doc, Map[String, VarOrConst])
    Definition Classes
    BabelExporter
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. 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

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