Packages

class IsabelleConverter extends Logging

Linear Supertypes
Logging, LazyLogging, LoggerHolder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IsabelleConverter
  2. Logging
  3. LazyLogging
  4. LoggerHolder
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IsabelleConverter(pt: ProofTerm)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val INIT_CAPACITY: Int
  5. def apply(pr: Provable): Irule
  6. def apply(seq: Sequent, sm: SymMode): Isequent
  7. def apply(hp: Program, sm: SymMode): Ihp
  8. def apply(o: DifferentialProgram, sm: SymMode): IODE
  9. def apply(t: Term, sm: SymMode): Itrm
  10. def apply(f: Formula, sm: SymMode): Iformula
  11. def apply(pt: ProofTerm): Ipt
  12. def apply(sub: USubst, defun: Boolean = false, depred: Boolean = false, space: Ispace = IAllSpace()): Isubst
  13. def apply(name: String, seqPos: Seq[SeqPos], expArgs: Seq[Expression]): IruleApp
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  16. val emptyArgs: List[Itrm]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def exportScalaObjects(fileName: String, objName: String, fieldName: String, mainName: String): Unit
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging → LoggerHolder
  25. final val loggerName: String
    Attributes
    protected
    Definition Classes
    LoggerHolder
  26. val m: IDMap
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def scalaExpr: String
  31. def scalaObjects(objName: String, fieldName: String, mainName: String): String
  32. def sexp: String
  33. var subst_so_far: Int
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Logging

Inherited from LazyLogging

Inherited from LoggerHolder

Inherited from AnyRef

Inherited from Any

Ungrouped