object flatSubterms
Flat subterms are obtained by decomposing a sequence of applications in one step i.e. the flat subterms of f x₁ ... xₙ are the term itself and the variables x₁,...,xₙ.
- Source
- utils.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- flatSubterms
- 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
- def apply(language: Iterable[FOLTerm])(implicit dummyImplicit: DummyImplicit): Set[FOLTerm]
- See also
- def apply(t: FOLTerm): Set[FOLTerm]
- See also
- def apply(expressions: Iterable[Expr]): Set[Expr]
Retrieves "flat" subterm occurrences.
Retrieves "flat" subterm occurrences.
- expressions
The expressions whose flat subterms are to be retrieved.
- returns
All flat subterm occurrences of the given expressions.
- def apply(t: Expr): Set[Expr]
Retrieves "flat" subterms occurrences.
Retrieves "flat" subterms occurrences.
- t
The term whose flat subterms are to be retrieved.
- returns
All the flat subterms of
t
.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
This is the API documentation for GAPT.
The main package is gapt.