Packages

final class Int extends NumericConstant[BigInt] with Product with Serializable

Annotations
@tokenClass( "integer constant" , true ) @leafClass()
Linear Supertypes
NumericConstant[BigInt], Constant[BigInt], Literal, Token, Serializable, java.io.Serializable, Product, scala.Equals, internal.tokens.Metadata.Token, Adt, InternalToken, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Int
  2. NumericConstant
  3. Constant
  4. Literal
  5. Token
  6. Serializable
  7. Serializable
  8. Product
  9. Equals
  10. Token
  11. Adt
  12. InternalToken
  13. AnyRef
  14. Any
Implicitly
  1. by orderingToOrdered
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Int(input: Input, dialect: Dialect, start: scala.Int, end: scala.Int, value: BigInt)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): scala.Int
    Definition Classes
    AnyRef → Any
  3. def +(other: Predef.String): Predef.String
    Implicit
    This member is added by an implicit conversion from Int to any2stringadd[Int] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Int, B)
    Implicit
    This member is added by an implicit conversion from Int to ArrowAssoc[Int] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def <(that: Int): Boolean
    Implicit
    This member is added by an implicit conversion from Int to math.Ordered[Int] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Int] is in scope.
    Definition Classes
    Ordered
  6. def <=(that: Int): Boolean
    Implicit
    This member is added by an implicit conversion from Int to math.Ordered[Int] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Int] is in scope.
    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def >(that: Int): Boolean
    Implicit
    This member is added by an implicit conversion from Int to math.Ordered[Int] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Int] is in scope.
    Definition Classes
    Ordered
  9. def >=(that: Int): Boolean
    Implicit
    This member is added by an implicit conversion from Int to math.Ordered[Int] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Int] is in scope.
    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def canEqual(other: Any): Boolean
    Definition Classes
    Int → Equals
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. def compare(that: Int): scala.Int
    Implicit
    This member is added by an implicit conversion from Int to math.Ordered[Int] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Int] is in scope.
    Definition Classes
    Ordered
  14. def compareTo(that: Int): scala.Int
    Implicit
    This member is added by an implicit conversion from Int to math.Ordered[Int] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Int] is in scope.
    Definition Classes
    Ordered → Comparable
  15. def copy(input: Input = this.input, dialect: Dialect = this.dialect, start: scala.Int = this.start, end: scala.Int = this.end, value: BigInt = this.value): Int
  16. val dialect: Dialect
    Definition Classes
    IntToken
  17. val end: scala.Int
    Definition Classes
    IntToken
  18. def ensuring(cond: (Int) ⇒ Boolean, msg: ⇒ Any): Int
    Implicit
    This member is added by an implicit conversion from Int to Ensuring[Int] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (Int) ⇒ Boolean): Int
    Implicit
    This member is added by an implicit conversion from Int to Ensuring[Int] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): Int
    Implicit
    This member is added by an implicit conversion from Int to Ensuring[Int] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): Int
    Implicit
    This member is added by an implicit conversion from Int to Ensuring[Int] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(other: Any): Boolean
    Definition Classes
    Int → Equals → AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): scala.Int
    Definition Classes
    Int → AnyRef → Any
  27. val input: Input
    Definition Classes
    IntToken
  28. final def isEmpty: Boolean
    Definition Classes
    Token
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def pos: Position
    Definition Classes
    IntToken
  34. def productArity: scala.Int
    Definition Classes
    Int → Product
  35. def productElement(n: scala.Int): Any
    Definition Classes
    Int → Product
  36. def productIterator: Iterator[Any]
    Definition Classes
    Int → Product
  37. def productPrefix: Predef.String
    Definition Classes
    Int → Product
  38. val start: scala.Int
    Definition Classes
    IntToken
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def text: Predef.String
    Definition Classes
    Token
  41. final def toString(): Predef.String
    Definition Classes
    Int → AnyRef → Any
  42. val value: BigInt
    Definition Classes
    IntConstant
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: scala.Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  46. def [B](y: B): (Int, B)
    Implicit
    This member is added by an implicit conversion from Int to ArrowAssoc[Int] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def formatted(fmtstr: Predef.String): Predef.String
    Implicit
    This member is added by an implicit conversion from Int to StringFormat[Int] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from NumericConstant[BigInt]

Inherited from Constant[BigInt]

Inherited from Literal

Inherited from Token

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from scala.Equals

Inherited from internal.tokens.Metadata.Token

Inherited from Adt

Inherited from InternalToken

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion orderingToOrdered from Int to math.Ordered[Int]

Inherited by implicit conversion any2stringadd from Int to any2stringadd[Int]

Inherited by implicit conversion StringFormat from Int to StringFormat[Int]

Inherited by implicit conversion Ensuring from Int to Ensuring[Int]

Inherited by implicit conversion ArrowAssoc from Int to ArrowAssoc[Int]

Ungrouped