Packages

trait Int extends Lit with Product

Annotations
@astClass() @leafClass()
Linear Supertypes
Lit, Type, Pat, Term, Stat, Tree, java.io.Serializable, Ast, Adt, InternalTree, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Int
  2. Lit
  3. Type
  4. Pat
  5. Term
  6. Stat
  7. Tree
  8. Serializable
  9. Ast
  10. Adt
  11. InternalTree
  12. Product
  13. Equals
  14. AnyRef
  15. Any
Implicitly
  1. by ImplicitTree
  2. by XtensionTreesStat
  3. by XtensionTreesType
  4. by XtensionTreesTerm
  5. by any2stringadd
  6. by StringFormat
  7. by Ensuring
  8. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def children: List[Tree]
    Definition Classes
    Tree
  2. abstract def copy(value: scala.Int = this.value): Int
  3. abstract def origin: Origin
    Definition Classes
    IntInternalTree
    Annotations
    @privateField()
  4. abstract def productArity: scala.Int
    Definition Classes
    Product
  5. abstract def productElement(n: scala.Int): Any
    Definition Classes
    Product
  6. abstract def productFields: List[Predef.String]
    Definition Classes
    InternalTree
  7. abstract def value: scala.Int
    Definition Classes
    IntLit
    Annotations
    @astField()

Concrete Value Members

  1. final def !=(arg0: Any): scala.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 toany2stringadd[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 toArrowAssoc[Int] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  6. def ancestor(level: scala.Int): Option[Tree]
    Implicit
    This member is added by an implicit conversion from Int toImplicitTree[Int] performed by method ImplicitTree in scala.meta.Tree.
    Definition Classes
    ImplicitTree
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. final def canEqual(that: Any): scala.Boolean
    Definition Classes
    IntTree → Equals
  9. def checkFields(x: Any): scala.Unit
    Attributes
    protected
    Definition Classes
    InternalTree
  10. def checkParent(x: Any): scala.Unit
    Attributes
    protected
    Definition Classes
    InternalTree
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def ensuring(cond: (Int) => scala.Boolean, msg: => Any): Int
    Implicit
    This member is added by an implicit conversion from Int toEnsuring[Int] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (Int) => scala.Boolean): Int
    Implicit
    This member is added by an implicit conversion from Int toEnsuring[Int] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: scala.Boolean, msg: => Any): Int
    Implicit
    This member is added by an implicit conversion from Int toEnsuring[Int] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: scala.Boolean): Int
    Implicit
    This member is added by an implicit conversion from Int toEnsuring[Int] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  17. final def equals(that: Any): scala.Boolean
    Definition Classes
    IntTree → Equals → AnyRef → Any
  18. def finalize(): scala.Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def hashCode(): scala.Int
    Definition Classes
    IntTree → AnyRef → Any
  21. def isBlockStat: scala.Boolean
    Implicit
    This member is added by an implicit conversion from Int toXtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesStat
  22. def isConstructable: scala.Boolean
    Implicit
    This member is added by an implicit conversion from Int toXtensionTreesType performed by method XtensionTreesType in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesType
  23. def isEarlyStat: scala.Boolean
    Implicit
    This member is added by an implicit conversion from Int toXtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesStat
  24. def isExistentialStat: scala.Boolean
    Implicit
    This member is added by an implicit conversion from Int toXtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesStat
  25. def isExtractor: scala.Boolean
    Implicit
    This member is added by an implicit conversion from Int toXtensionTreesTerm performed by method XtensionTreesTerm in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesTerm
    Annotations
    @tailrec()
  26. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  27. def isRefineStat: scala.Boolean
    Implicit
    This member is added by an implicit conversion from Int toXtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesStat
  28. def isTemplateStat: scala.Boolean
    Implicit
    This member is added by an implicit conversion from Int toXtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesStat
  29. def isTopLevelStat: scala.Boolean
    Implicit
    This member is added by an implicit conversion from Int toXtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesStat
  30. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  31. final def notify(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def parent: Option[Tree]
    Definition Classes
    InternalTree
  34. def pos: Position
    Definition Classes
    InternalTree
  35. def printSyntaxFor(dialect: Dialect): Predef.String
    Definition Classes
    InternalTree
  36. def productElementName(n: scala.Int): Predef.String
    Definition Classes
    Product
  37. def productElementNames: Iterator[Predef.String]
    Definition Classes
    Product
  38. def productIterator: Iterator[Any]
    Definition Classes
    Product
  39. def productPrefix: Predef.String
    Definition Classes
    Product
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def text: Predef.String
    Definition Classes
    InternalTree
  42. final def toString(): Predef.String
    Definition Classes
    IntTree → AnyRef → Any
  43. def tokenizeFor(dialect: Dialect): Tokens
    Definition Classes
    InternalTree
  44. def tokens: Tokens
    Definition Classes
    InternalTree
  45. final def wait(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: scala.Long, arg1: scala.Int): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: scala.Long): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def formatted(fmtstr: Predef.String): Predef.String
    Implicit
    This member is added by an implicit conversion from Int toStringFormat[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.

  2. final def tokens(dialect: Dialect): Tokens
    Definition Classes
    InternalTree
    Annotations
    @deprecated
    Deprecated

    (Since version 4.9.0) dialect is ignored, use parameterless tokens method

  3. def [B](y: B): (Int, B)
    Implicit
    This member is added by an implicit conversion from Int toArrowAssoc[Int] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Lit

Inherited from Type

Inherited from Pat

Inherited from Term

Inherited from Stat

Inherited from Tree

Inherited from java.io.Serializable

Inherited from Ast

Inherited from Adt

Inherited from InternalTree

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion ImplicitTree fromInt to ImplicitTree[Int]

Inherited by implicit conversion XtensionTreesStat fromInt to XtensionTreesStat

Inherited by implicit conversion XtensionTreesType fromInt to XtensionTreesType

Inherited by implicit conversion XtensionTreesTerm fromInt to XtensionTreesTerm

Inherited by implicit conversion any2stringadd fromInt to any2stringadd[Int]

Inherited by implicit conversion StringFormat fromInt to StringFormat[Int]

Inherited by implicit conversion Ensuring fromInt to Ensuring[Int]

Inherited by implicit conversion ArrowAssoc fromInt to ArrowAssoc[Int]

Ungrouped