Trait/Object

scala.meta.Type

Name

Related Docs: object Name | package Type

Permalink

trait Name extends meta.Name with Ref with Pat.Type.Ref with Type.Param.Name with Qualifier with Product

Annotations
@astClass() @leafClass()
Linear Supertypes
Qualifier, Param.Name, Pat.Type.Ref, Pat.Type, Ref, Type, Scope, Arg, meta.Name, meta.Ref, Tree, Ast, Adt, Serializable, java.io.Serializable, Product, Equals, InternalTree, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Name
  2. Qualifier
  3. Name
  4. Ref
  5. Type
  6. Ref
  7. Type
  8. Scope
  9. Arg
  10. Name
  11. Ref
  12. Tree
  13. Ast
  14. Adt
  15. Serializable
  16. Serializable
  17. Product
  18. Equals
  19. InternalTree
  20. AnyRef
  21. Any
Implicitly
  1. by XtensionTypecheckableTree
  2. by XtensionOriginTree
  3. by XtensionAttributedName
  4. by XtensionInheritedTree
  5. by XtensionType
  6. by XtensionSemanticEquality
  7. by XtensionType
  8. by XtensionPatType
  9. by XtensionPatType
  10. by any2stringadd
  11. by StringFormat
  12. by Ensuring
  13. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def children: collection.immutable.Seq[Tree]

    Permalink
    Definition Classes
    Tree
  2. abstract def copy(value: String @org.scalameta.invariants.nonEmpty = this.value): Name

    Permalink
  3. abstract def productArity: Int

    Permalink
    Definition Classes
    Product
  4. abstract def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product
  5. abstract def value: String @org.scalameta.invariants.nonEmpty

    Permalink
    Definition Classes
    NameName
    Annotations
    @astField()

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to any2stringadd[Name] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Name, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to ArrowAssoc[Name] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def =/=[T2 <: Tree](tree2: T2)(implicit ev: AllowEquality[Name, T2]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to Tree.XtensionSemanticEquality[Name] performed by method XtensionSemanticEquality in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionSemanticEquality
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def ===[T2 <: Tree](tree2: T2)(implicit ev: AllowEquality[Name, T2]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to Tree.XtensionSemanticEquality[Name] performed by method XtensionSemanticEquality in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionSemanticEquality
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. final def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Tree → Equals
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def denot: Denotation

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to Tree.XtensionAttributedName[Name] performed by method XtensionAttributedName in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionAttributedName
  12. def ensuring(cond: (Name) ⇒ Boolean, msg: ⇒ Any): Name

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to Ensuring[Name] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (Name) ⇒ Boolean): Name

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to Ensuring[Name] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): Name

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to Ensuring[Name] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): Name

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to Ensuring[Name] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def env: Environment

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to Tree.XtensionAttributedName[Name] performed by method XtensionAttributedName in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionAttributedName
  17. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    Tree → Equals → AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to StringFormat[Name] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def hashCode(): Int

    Permalink
    Definition Classes
    Tree → AnyRef → Any
  23. def inheritAttrs(other: Tree): Name

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to Tree.XtensionInheritedTree[Name] performed by method XtensionInheritedTree in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionInheritedTree
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def isTypechecked: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to Tree.XtensionTypecheckableTree[Name] performed by method XtensionTypecheckableTree in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionTypecheckableTree
  26. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def origin: Origin

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to Tree.XtensionOriginTree[Name] performed by method XtensionOriginTree in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionOriginTree
  30. def parent: Option[Tree]

    Permalink
    Definition Classes
    InternalTree
  31. def pos: Position

    Permalink
    Definition Classes
    InternalTree
  32. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  33. def productPrefix: String

    Permalink
    Definition Classes
    Product
  34. def resetTypechecked: Name

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to Tree.XtensionTypecheckableTree[Name] performed by method XtensionTypecheckableTree in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionTypecheckableTree
  35. def setTypechecked: Name

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to Tree.XtensionTypecheckableTree[Name] performed by method XtensionTypecheckableTree in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionTypecheckableTree
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. final def toString(): String

    Permalink
    Definition Classes
    Tree → AnyRef → Any
  38. def tokens(implicit dialect: Dialect): Tokens

    Permalink
    Definition Classes
    InternalTree
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withAttrs(denot: Denotation): Name

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to Tree.XtensionAttributedName[Name] performed by method XtensionAttributedName in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionAttributedName
  43. def withEnv(env: Environment): Name

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to Tree.XtensionAttributedName[Name] performed by method XtensionAttributedName in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionAttributedName
  44. def withOrigin(origin: Origin): Name

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to Tree.XtensionOriginTree[Name] performed by method XtensionOriginTree in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionOriginTree
  45. def withTypechecked(value: Boolean): Name

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to Tree.XtensionTypecheckableTree[Name] performed by method XtensionTypecheckableTree in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionTypecheckableTree
  46. def [B](y: B): (Name, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to ArrowAssoc[Name] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def ctorRef(ctor: Ctor.Name): Call

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to XtensionType performed by method XtensionType in scala.meta.Type.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (name: XtensionType).ctorRef(ctor)
    Definition Classes
    XtensionType
  2. def ctorRef(ctor: Ctor.Name): Call

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to XtensionType performed by method XtensionType in scala.meta.Type.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (name: XtensionType).ctorRef(ctor)
    Definition Classes
    XtensionType
  3. def pat: Pat.Type

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to XtensionType performed by method XtensionType in scala.meta.Type.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (name: XtensionType).pat
    Definition Classes
    XtensionType
  4. def pat: Pat.Type

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to XtensionType performed by method XtensionType in scala.meta.Type.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (name: XtensionType).pat
    Definition Classes
    XtensionType
  5. def tpe: Type

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to XtensionPatType performed by method XtensionPatType in scala.meta.Pat.Type.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (name: XtensionPatType).tpe
    Definition Classes
    XtensionPatType
  6. def tpe: Type

    Permalink
    Implicit information
    This member is added by an implicit conversion from Name to XtensionPatType performed by method XtensionPatType in scala.meta.Pat.Type.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (name: XtensionPatType).tpe
    Definition Classes
    XtensionPatType

Inherited from Qualifier

Inherited from Param.Name

Inherited from Pat.Type.Ref

Inherited from Pat.Type

Inherited from Ref

Inherited from Type

Inherited from Scope

Inherited from Arg

Inherited from meta.Name

Inherited from meta.Ref

Inherited from Tree

Inherited from Ast

Inherited from Adt

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from InternalTree

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionTypecheckableTree from Name to Tree.XtensionTypecheckableTree[Name]

Inherited by implicit conversion XtensionOriginTree from Name to Tree.XtensionOriginTree[Name]

Inherited by implicit conversion XtensionAttributedName from Name to Tree.XtensionAttributedName[Name]

Inherited by implicit conversion XtensionInheritedTree from Name to Tree.XtensionInheritedTree[Name]

Inherited by implicit conversion XtensionType from Name to XtensionType

Inherited by implicit conversion XtensionSemanticEquality from Name to Tree.XtensionSemanticEquality[Name]

Inherited by implicit conversion XtensionType from Name to XtensionType

Inherited by implicit conversion XtensionPatType from Name to XtensionPatType

Inherited by implicit conversion XtensionPatType from Name to XtensionPatType

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

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

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

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

Ungrouped