case class Ant(k: Int) extends SequentIndex with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Ant
- Serializable
- Serializable
- Product
- Equals
- SequentIndex
- Ordered
- Comparable
- AnyRef
- Any
Implicitly
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- 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
-
def
+(i: Int): Ant
Increments the index by a natural number.
Increments the index by a natural number.
- Definition Classes
- Ant → SequentIndex
-
def
-(i: Int): Ant
Decrements the index by a natural number.
Decrements the index by a natural number.
- Definition Classes
- Ant → SequentIndex
- def ->[B](y: B): (Ant, B)
-
def
<(that: SequentIndex): Boolean
- Definition Classes
- Ordered
-
def
<=(that: SequentIndex): Boolean
- Definition Classes
- Ordered
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
>(that: SequentIndex): Boolean
- Definition Classes
- Ordered
-
def
>=(that: SequentIndex): Boolean
- Definition Classes
- Ordered
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
compare(that: SequentIndex): Int
- Definition Classes
- SequentIndex → Ordered
-
def
compareTo(that: SequentIndex): Int
- Definition Classes
- Ordered → Comparable
- def ensuring(cond: (Ant) ⇒ Boolean, msg: ⇒ Any): Ant
- def ensuring(cond: (Ant) ⇒ Boolean): Ant
- def ensuring(cond: Boolean, msg: ⇒ Any): Ant
- def ensuring(cond: Boolean): Ant
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isAnt: Boolean
- Definition Classes
- SequentIndex
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSuc: Boolean
- Definition Classes
- SequentIndex
- val k: Int
-
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
polarity: Negative.type
- Definition Classes
- Ant → SequentIndex
-
def
sameSideAs(that: SequentIndex): Boolean
- Definition Classes
- SequentIndex
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toInt: Int
Injective conversion to integers.
Injective conversion to integers.
- Definition Classes
- Ant → SequentIndex
-
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
withinSizes(p: (Int, Int)): Boolean
- Definition Classes
- Ant → SequentIndex
- def →[B](y: B): (Ant, B)
Shadowed Implicit Value Members
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from Ant to any2stringadd[Ant] performed by method any2stringadd in scala.Predef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(ant: any2stringadd[Ant]).+(other)
- Definition Classes
- any2stringadd
-
def
<(that: Ant): Boolean
- Implicit
- This member is added by an implicit conversion from Ant to Ordered[Ant] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[Ant] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(ant: Ordered[Ant]).<(that)
- Definition Classes
- Ordered
-
def
<=(that: Ant): Boolean
- Implicit
- This member is added by an implicit conversion from Ant to Ordered[Ant] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[Ant] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(ant: Ordered[Ant]).<=(that)
- Definition Classes
- Ordered
-
def
>(that: Ant): Boolean
- Implicit
- This member is added by an implicit conversion from Ant to Ordered[Ant] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[Ant] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(ant: Ordered[Ant]).>(that)
- Definition Classes
- Ordered
-
def
>=(that: Ant): Boolean
- Implicit
- This member is added by an implicit conversion from Ant to Ordered[Ant] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[Ant] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(ant: Ordered[Ant]).>=(that)
- Definition Classes
- Ordered
-
def
compare(that: Ant): Int
- Implicit
- This member is added by an implicit conversion from Ant to Ordered[Ant] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[Ant] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(ant: Ordered[Ant]).compare(that)
- Definition Classes
- Ordered
-
def
compareTo(that: Ant): Int
- Implicit
- This member is added by an implicit conversion from Ant to Ordered[Ant] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type Ordering[Ant] is in scope.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(ant: Ordered[Ant]).compareTo(that)
- Definition Classes
- Ordered → Comparable
This is the API documentation for GAPT.
The main package is at.logic.gapt.