class ExpressionParseHelper extends AnyRef

Extension class that provides string interpolation functions for various expression types.

Source
ExpressionParseHelper.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExpressionParseHelper
  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. All

Instance Constructors

  1. new ExpressionParseHelper(sc: StringContext, file: File, line: Line, sig: BabelSignature)

    sc

    A StringContext

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 ExpressionParseHelper to any2stringadd[ExpressionParseHelper] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ExpressionParseHelper, B)
    Implicit
    This member is added by an implicit conversion from ExpressionParseHelper to ArrowAssoc[ExpressionParseHelper] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def ensuring(cond: (ExpressionParseHelper) ⇒ Boolean, msg: ⇒ Any): ExpressionParseHelper
    Implicit
    This member is added by an implicit conversion from ExpressionParseHelper to Ensuring[ExpressionParseHelper] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (ExpressionParseHelper) ⇒ Boolean): ExpressionParseHelper
    Implicit
    This member is added by an implicit conversion from ExpressionParseHelper to Ensuring[ExpressionParseHelper] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): ExpressionParseHelper
    Implicit
    This member is added by an implicit conversion from ExpressionParseHelper to Ensuring[ExpressionParseHelper] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): ExpressionParseHelper
    Implicit
    This member is added by an implicit conversion from ExpressionParseHelper to Ensuring[ExpressionParseHelper] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def fcl(args: Splice[LambdaExpression]*): FOLClause

    Parses a string as a at.logic.gapt.proofs.FOLClause.

  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def foa(args: Splice[FOLExpression]*): FOLAtom

    Parses a string as a FOLAtom.

  17. def foc(args: Splice[FOLTerm]*): FOLConst

    Parses a string as a FOLConst.

  18. def foe(args: Splice[FOLExpression]*): FOLExpression

    Parses a string as a FOLExpression.

  19. def fof(args: Splice[FOLExpression]*): FOLFormula

    Parses a string as a FOLFormula.

  20. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ExpressionParseHelper to StringFormat[ExpressionParseHelper] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. def fos(args: Splice[LambdaExpression]*): FOLSequent

    Parses a string as a at.logic.gapt.proofs.FOLSequent.

  22. def fot(args: Splice[FOLTerm]*): FOLTerm

    Parses a string as a FOLTerm.

  23. def fov(args: Splice[FOLTerm]*): FOLVar

    Parses a string as a FOLVar.

  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  26. def hcl(args: Splice[LambdaExpression]*): HOLClause

    Parses a string as a at.logic.gapt.proofs.HOLClause.

  27. def hoa(args: Splice[LambdaExpression]*): HOLAtom

    Parses a string as a HOLAtom.

  28. def hoc(args: Splice[LambdaExpression]*): Const

    Parses a string as a Const.

  29. def hof(args: Splice[LambdaExpression]*): HOLFormula

    Parses a string as a HOLFormula.

  30. def hos(args: Splice[LambdaExpression]*): HOLSequent

    Parses a string as a at.logic.gapt.proofs.HOLSequent.

  31. def hov(args: Splice[LambdaExpression]*): Var

    Parses a string as a Var.

  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def le(args: Splice[LambdaExpression]*): LambdaExpression

    Parses a string as a LambdaExpression.

  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def [B](y: B): (ExpressionParseHelper, B)
    Implicit
    This member is added by an implicit conversion from ExpressionParseHelper to ArrowAssoc[ExpressionParseHelper] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped