object Replaceable
- Source
- TermReplacement.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Replaceable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- implicit def eitherReplaceable[E, I, O](implicit ev: Replaceable[I, O]): Replaceable[Either[E, I], Either[E, O]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def exprReplaceable[I <: Expr](implicit notAFormula: Not[<:<[I, Formula]]): Replaceable[I, Expr]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- implicit def formulaReplaceable[I <: Formula](implicit notAnAtom: Not[<:<[I, Atom]]): Replaceable[I, Formula]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def mapReplaceable[I1, I2, O1, O2](implicit ev1: Replaceable[I1, O1], ev2: Replaceable[I2, O2]): Replaceable[Map[I1, I2], Map[O1, O2]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- implicit def optionReplaceable[I, O](implicit ev: Replaceable[I, O]): Replaceable[Option[I], Option[O]]
- implicit def seqReplaceable[I, O](implicit ev: Replaceable[I, O]): Replaceable[Seq[I], Seq[O]]
- implicit def sequentReplaceable[I, O](implicit ev: Replaceable[I, O]): Replaceable[Sequent[I], Sequent[O]]
- implicit def setReplaceable[I, O](implicit ev: Replaceable[I, O]): Replaceable[Set[I], Set[O]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- implicit def tupleReplaceable[I1, I2, O1, O2](implicit ev1: Replaceable[I1, O1], ev2: Replaceable[I2, O2]): Replaceable[(I1, I2), (O1, O2)]
-
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
- @throws( ... )
- implicit object definitionReplaceable extends ClosedUnderReplacement[Definition]
- implicit object holAtomReplaceable extends ClosedUnderReplacement[Atom]
- implicit object substitutionReplaceable extends ClosedUnderReplacement[Substitution]
- implicit object unitReplaceable extends ClosedUnderReplacement[Unit]