Class

ap.parser

ITimes

Related Doc: package parser

Permalink

case class ITimes(coeff: IdealInt, subterm: ITerm) extends ITerm with Product with Serializable

Product between a term and an integer coefficient.

Linear Supertypes
Serializable, Serializable, Product, Equals, ITerm, IExpression, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ITimes
  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 ITimes(coeff: IdealInt, subterm: 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
    ITimesIExpression
  18. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  20. val coeff: IdealInt

    Permalink
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    ITimes → AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

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

    Permalink

    Iterator over the sub-expressions of this expression.

    Iterator over the sub-expressions of this expression.

    Definition Classes
    IExpression
  26. def length: Int

    Permalink

    Number of sub-expressions.

    Number of sub-expressions.

    Definition Classes
    ITimesIExpression
  27. 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
  28. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink

    The sub-expressions of this expression.

    The sub-expressions of this expression.

    Definition Classes
    IExpression
  32. val subterm: ITerm

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    ITimes → AnyRef → Any
  35. def unary_-: ITerm

    Permalink

    Negation of a term.

    Negation of a term.

    Definition Classes
    ITerm
  36. def update(newSubExprs: Seq[IExpression]): ITimes

    Permalink

    Replace the subexpressions of this node with new expressions

    Replace the subexpressions of this node with new expressions

    Definition Classes
    ITimesITermIExpression
  37. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. 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