trait Atom extends Expr with Formula with HOLPartialAtom
- Alphabetic
- By Inheritance
- Atom
- HOLPartialAtom
- Formula
- Expr
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
alphaEquivalentHashCode: Int
- Definition Classes
- Expr
-
abstract
def
syntaxEquals(e: Expr): Boolean
Syntactic equality (takes names of variables in binders into account).
Syntactic equality (takes names of variables in binders into account).
- Definition Classes
- Expr
-
abstract
def
ty: Ty
Type of this expression (e.g.
Type of this expression (e.g. i>i>o).
- Definition Classes
- Expr
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
!==(that: Expr): Formula
- Definition Classes
- Expr
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
&(that: Expr): Formula
- Definition Classes
- Expr
- def +(other: String): String
-
def
-->(that: Expr): Formula
- Definition Classes
- Expr
- def ->[B](y: B): (Atom, B)
-
def
<->(that: Expr): Formula
- Definition Classes
- Expr
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
===(that: Expr): Atom
- Definition Classes
- Expr
-
def
^(n: Int)(that: Expr): Expr
- Definition Classes
- Expr
-
def
alphaEquals(that: Expr): Boolean
Alpha-equality.
Alpha-equality.
- that
Lambda expression to compare against.
- returns
whether this lambda expression is equal to that lambda expression modulo alpha-conversion.
- Definition Classes
- Expr
-
def
apply(that: Expr*)(implicit dummyImplicit: DummyImplicit): Atom
- Definition Classes
- HOLPartialAtom
-
def
apply(that: Iterable[Expr]): Expr
- Definition Classes
- Expr
-
def
apply(that: Expr*): Expr
- Definition Classes
- Expr
-
def
apply(pos: HOLPosition): Expr
Retrieves this expression's subexpression at a given position.
Retrieves this expression's subexpression at a given position.
- pos
The position to be retrieved.
- returns
The subexpression at pos.
- Definition Classes
- Expr
-
def
apply(p: LambdaPosition): Expr
- Definition Classes
- Expr
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
contains(exp: Expr): Boolean
Tests whether an expression is a subexpression.
Tests whether an expression is a subexpression.
- exp
The subexpression to be found.
- returns
A boolean that is true if exp is a subexpression
- Definition Classes
- Expr
- def ensuring(cond: (Atom) ⇒ Boolean, msg: ⇒ Any): Atom
- def ensuring(cond: (Atom) ⇒ Boolean): Atom
- def ensuring(cond: Boolean, msg: ⇒ Any): Atom
- def ensuring(cond: Boolean): Atom
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(a: Any): Boolean
- Definition Classes
- Expr → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
find(exp: Expr): List[HOLPosition]
Finds all HOL positions of a subexpression in this expression.
Finds all HOL positions of a subexpression in this expression.
- exp
The subexpression to be found.
- returns
A list containing all positions where exp occurs.
- Definition Classes
- Expr
- def formatted(fmtstr: String): String
-
def
get(pos: HOLPosition): Option[Expr]
Retrieves this expression's subexpression at a given position, if there is one.
Retrieves this expression's subexpression at a given position, if there is one.
- pos
The position to be retrieved.
- returns
If there is a subexpression at that position, return Some(that expression). Otherwise None.
- Definition Classes
- Expr
-
def
get(p: LambdaPosition): Option[Expr]
Returns the subexpression at the given position, if it exists.
Returns the subexpression at the given position, if it exists.
- Definition Classes
- Expr
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isDefinedAt(pos: HOLPosition): Boolean
Tests whether this expression has a subexpression at a given position.
Tests whether this expression has a subexpression at a given position.
- pos
The position to be tested.
- returns
Whether this(pos) is defined.
- Definition Classes
- Expr
-
def
isDefinedAt(p: LambdaPosition): Boolean
Tests whether this Expression has a subexpression at the given position.
Tests whether this Expression has a subexpression at the given position.
- Definition Classes
- Expr
-
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()
- def replace(pos: HOLPosition, exp: Expr): Formula
-
def
replace(pos: LambdaPosition, replacement: Expr): Expr
- Definition Classes
- Expr
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toAsciiString: String
Converts this expression into a 7-bit safe ASCII string.
Converts this expression into a 7-bit safe ASCII string.
The output can be parsed using e.g. the string interpolators, and we guarantee that the expression can be perfectly reconstructed from the string output.
- Definition Classes
- Expr
-
def
toSigRelativeString(implicit sig: BabelSignature): String
Converts this expression into a string, taking the signature into account.
Converts this expression into a string, taking the signature into account.
This produces a similar output as toString, but will use the variable convention indicated by the signature. That is, if sig defines x to be a constant, then we output just x instead of the default #c(x: i).
- Definition Classes
- Expr
-
def
toString(): String
Converts this expression into a string.
Converts this expression into a string.
The output can be parsed using e.g. the string interpolators, and we guarantee that the expression can be perfectly reconstructed from the string output.
- Definition Classes
- Expr → AnyRef → Any
-
def
toUntypedAsciiString(implicit sig: BabelSignature): String
- Definition Classes
- Expr
-
def
toUntypedString(implicit sig: BabelSignature): String
- Definition Classes
- Expr
-
def
unary_-: Formula
- Definition Classes
- Expr
-
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
|(that: Expr): Formula
- Definition Classes
- Expr
- def →[B](y: B): (Atom, B)
This is the API documentation for GAPT.
The main package is at.logic.gapt.