trait ExprSubstitutable7 extends ExprSubstitutable6
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExprSubstitutable7
- ExprSubstitutable6
- ExprSubstitutable5
- ExprSubstitutable4
- ExprSubstitutable3
- ExprSubstitutable2
- ExprSubstitutable1
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
implicit
object
SubstitutableTy extends ClosedUnderSub[Ty]
- Definition Classes
- ExprSubstitutable1
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ExprSubstitutable7 to any2stringadd[ExprSubstitutable7] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ExprSubstitutable7, B)
- Implicit
- This member is added by an implicit conversion from ExprSubstitutable7 to ArrowAssoc[ExprSubstitutable7] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
val
ConstClosedUnderSub: ClosedUnderSub[Const]
- Definition Classes
- ExprSubstitutable3
-
implicit
val
ExprClosedUnderSub: ClosedUnderSub[Expr]
- Definition Classes
- ExprSubstitutable1
- implicit val FOLAtomClosedUnderFOLSub: ClosedUnderFOLSub[FOLAtom]
-
implicit
val
FOLAtomSubstitutable: Substitutable[Substitution, FOLAtom, Atom]
- Definition Classes
- ExprSubstitutable5
-
implicit
val
FOLExpressionClosedUnderFOLSub: ClosedUnderFOLSub[FOLExpression]
- Definition Classes
- ExprSubstitutable4
-
implicit
val
FOLFormulaClosedUnderFOLSub: ClosedUnderFOLSub[FOLFormula]
- Definition Classes
- ExprSubstitutable6
-
implicit
val
FOLTermClosedUnderFOLSub: ClosedUnderFOLSub[FOLTerm]
- Definition Classes
- ExprSubstitutable6
-
implicit
val
FormulaClosedUnderSub: ClosedUnderSub[Formula]
- Definition Classes
- ExprSubstitutable2
-
def
applySub(sub: Substitution, t: Expr): Expr
The general method for applying substitutions to lambda expressions.
The general method for applying substitutions to lambda expressions.
- sub
A substitution.
- t
A lambda expression.
- returns
The substituted lambda expression.
- Attributes
- protected
- Definition Classes
- ExprSubstitutable1
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
ensuring(cond: (ExprSubstitutable7) ⇒ Boolean, msg: ⇒ Any): ExprSubstitutable7
- Implicit
- This member is added by an implicit conversion from ExprSubstitutable7 to Ensuring[ExprSubstitutable7] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ExprSubstitutable7) ⇒ Boolean): ExprSubstitutable7
- Implicit
- This member is added by an implicit conversion from ExprSubstitutable7 to Ensuring[ExprSubstitutable7] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ExprSubstitutable7
- Implicit
- This member is added by an implicit conversion from ExprSubstitutable7 to Ensuring[ExprSubstitutable7] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ExprSubstitutable7
- Implicit
- This member is added by an implicit conversion from ExprSubstitutable7 to Ensuring[ExprSubstitutable7] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ExprSubstitutable7 to StringFormat[ExprSubstitutable7] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
→[B](y: B): (ExprSubstitutable7, B)
- Implicit
- This member is added by an implicit conversion from ExprSubstitutable7 to ArrowAssoc[ExprSubstitutable7] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
This is the API documentation for GAPT.
The main package is at.logic.gapt.