scala.meta.internal.ast.Member

Object

Related Doc: package Member

sealed trait Object extends Member.Object with Term with Templ with Stat

Annotations
@branch() @branch()
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Object
  2. Templ
  3. Stat
  4. Scope
  5. Term
  6. Member
  7. Tree
  8. Object
  9. Templ
  10. Stat
  11. Scope
  12. Term
  13. Member
  14. Tree
  15. Ast
  16. Adt
  17. Product
  18. Equals
  19. AnyRef
  20. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type ThisType <: Object

    Definition Classes
    ObjectTemplStatScopeTermMemberTreeObjectTemplStatScopeTermMemberTree

Abstract Value Members

  1. abstract def $tag: Int

    Definition Classes
    Tree
  2. abstract def canEqual(that: Any): Boolean

    Definition Classes
    Equals
  3. abstract def internalParent: meta.Tree

    Attributes
    protected
    Definition Classes
    Tree
  4. abstract def internalPrototype: ThisType

    Attributes
    protected
    Definition Classes
    Tree
  5. abstract def internalScratchpads: Map[Host, collection.immutable.Seq[Any]]

    Attributes
    protected
    Definition Classes
    Tree
  6. abstract def parent: Option[meta.Tree]

    Definition Classes
    Tree
  7. abstract def productArity: Int

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

    Definition Classes
    Product

Concrete Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  15. def productIterator: Iterator[Any]

    Definition Classes
    Product
  16. def productPrefix: String

    Definition Classes
    Product
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  18. final def toString(): String

    Definition Classes
    Tree → AnyRef → Any
  19. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Templ

Inherited from Stat

Inherited from Scope

Inherited from Term

Inherited from Member

Inherited from Tree

Inherited from Member.Object

Inherited from Member.Templ

Inherited from meta.Stat

Inherited from meta.Scope

Inherited from Member.Term

Inherited from meta.Member

Inherited from meta.Tree

Inherited from Ast

Inherited from Adt

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped