Class

ap.parser

IFunApp

Related Doc: package parser

Permalink

case class IFunApp(fun: IFunction, args: Seq[ITerm]) extends ITerm with Product with Serializable

Application of an uninterpreted function to a list of terms.

Linear Supertypes
Serializable, Serializable, Product, Equals, ITerm, IExpression, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IFunApp
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ITerm
  7. IExpression
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IFunApp(fun: IFunction, args: Seq[ITerm])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *(that: ITerm): ITerm

    Permalink

    Product of two terms (only defined if at least one of the terms is constant).

    Product of two terms (only defined if at least one of the terms is constant).

    Definition Classes
    ITerm
  4. def *(coeff: IdealInt): ITerm

    Permalink

    Product of term with an integer.

    Product of term with an integer.

    Definition Classes
    ITerm
  5. def ***(coeff: IdealInt): ITerm

    Permalink

    Product of two terms.

    Product of two terms. The resulting expression is simplified immediately if one of the terms is constant.

    Definition Classes
    ITerm
  6. def +(that: ITerm): ITerm

    Permalink

    Sum of two terms.

    Sum of two terms.

    Definition Classes
    ITerm
  7. def +++(that: ITerm): ITerm

    Permalink

    Sum of two terms.

    Sum of two terms. The resulting expression is simplified immediately if one of the terms disappears.

    Definition Classes
    ITerm
  8. def -(that: ITerm): ITerm

    Permalink

    Difference between two terms.

    Difference between two terms.

    Definition Classes
    ITerm
  9. def ---(that: ITerm): ITerm

    Permalink

    Difference of two terms.

    Difference of two terms. The resulting expression is simplified immediately if one of the terms disappears.

    Definition Classes
    ITerm
  10. def <(that: ITerm): IFormula

    Permalink

    Inequality between two terms.

    Inequality between two terms.

    Definition Classes
    ITerm
  11. def <=(that: ITerm): IFormula

    Permalink

    Inequality between two terms.

    Inequality between two terms.

    Definition Classes
    ITerm
  12. def =/=(that: ITerm): IFormula

    Permalink

    Dis-equation between two terms.

    Dis-equation between two terms.

    Definition Classes
    ITerm
  13. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def ===(that: ITerm): IFormula

    Permalink

    Equation between two terms.

    Equation between two terms.

    Definition Classes
    ITerm
  15. def >(that: ITerm): IFormula

    Permalink

    Inequality between two terms.

    Inequality between two terms.

    Definition Classes
    ITerm
  16. def >=(that: ITerm): IFormula

    Permalink

    Inequality between two terms.

    Inequality between two terms.

    Definition Classes
    ITerm
  17. def apply(i: Int): ITerm

    Permalink

    Return the ith sub-expression.

    Return the ith sub-expression.

    Definition Classes
    IFunAppIExpression
  18. val args: Seq[ITerm]

    Permalink
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    IFunApp → Equals → AnyRef → Any
  23. val fun: IFunction

    Permalink
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  25. val hashCode: Int

    Permalink
    Definition Classes
    IFunApp → AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def iterator: Iterator[IExpression]

    Permalink

    Iterator over the sub-expressions of this expression.

    Iterator over the sub-expressions of this expression.

    Definition Classes
    IExpression
  28. def length: Int

    Permalink

    Number of sub-expressions.

    Number of sub-expressions.

    Definition Classes
    IFunAppIExpression
  29. def minusSimplify: ITerm

    Permalink

    Negation of a term.

    Negation of a term. The resulting expression is simplified immediately if one of the terms is constant.

    Definition Classes
    ITerm
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. def subExpressions: IndexedSeq[IExpression]

    Permalink

    The sub-expressions of this expression.

    The sub-expressions of this expression.

    Definition Classes
    IExpression
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    IFunApp → AnyRef → Any
  36. def unary_-: ITerm

    Permalink

    Negation of a term.

    Negation of a term.

    Definition Classes
    ITerm
  37. def update(newSubExprs: Seq[IExpression]): IFunApp

    Permalink

    Replace the subexpressions of this node with new expressions

    Replace the subexpressions of this node with new expressions

    Definition Classes
    IFunAppITermIExpression
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ITerm

Inherited from IExpression

Inherited from AnyRef

Inherited from Any

Ungrouped