Packages

object SubstitutionHelper

Created by smitsch on 2/19/15.

To do

generalize to replacing formula by formula, too.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubstitutionHelper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. def replaceFn(fn: Function, fml: Formula, subst: Map[Term, Variable]): Formula

    Replaces any function application fn(...) in fml per subst.

  16. def replaceFree[T <: Expression](expr: T)(what: Term, repl: Term): T

    Return the result of replacing all free occurrences of what in expression expr by repl.

  17. def replaceFree(prg: Program)(what: Term, repl: Term): Program

    Return the result of replacing all free occurrences of what in program prg by repl.

  18. def replaceFree(seq: Sequent)(what: Term, repl: Term): Sequent

    Return the result of replacing all free occurrences of what in sequent seq by repl.

  19. def replaceFree(t: Term)(what: Term, repl: Term): Term

    Return the result of replacing all free occurrences of what in formula f by repl.

  20. def replaceFree(f: Formula)(what: Term, repl: Term): Formula

    Return the result of replacing all free occurrences of what in term t by repl.

  21. def replacesFree[T <: Expression](expr: T)(replaces: (Term) ⇒ Option[Term]): T

    Return the result of replacing all free occurrences of what in expression expr by repl whenever replaces(what) = Some(repl).

  22. def replacesFree(prg: Program)(replaces: (Term) ⇒ Option[Term]): Program

    Return the result of replacing all free occurrences of what in program prg by repl whenever replaces(what) = Some(repl).

  23. def replacesFree(seq: Sequent)(replaces: (Term) ⇒ Option[Term]): Sequent

    Return the result of replacing all free occurrences of what in sequent seq by repl whenever replaces(what) = Some(repl).

  24. def replacesFree(t: Term)(replaces: (Term) ⇒ Option[Term]): Term

    Return the result of replacing all free occurrences of what in formula f by repl whenever replaces(what) = Some(repl).

  25. def replacesFree(f: Formula)(replaces: (Term) ⇒ Option[Term]): Formula

    Return the result of replacing all free occurrences of what in term t by repl whenever replaces(what) = Some(repl).

  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped