scala.meta.internal.ast

Case

Related Docs: object Case | package ast

final class Case extends meta.Case with Tree with Product

Annotations
@astClass() @leafClass()
Linear Supertypes
Tree, meta.Case, meta.Tree, Ast, Adt, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Case
  2. Tree
  3. Case
  4. Tree
  5. Ast
  6. Adt
  7. Product
  8. Equals
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ThisType = Case

    Definition Classes
    CaseTreeCaseTree

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def $tag: Int

    Definition Classes
    CaseTree
  4. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  5. final def _1: Pat

    Annotations
    @inline()
  6. final def _2: Option[Term]

    Annotations
    @inline()
  7. final def _3: collection.immutable.Seq[Stat]

    Annotations
    @inline()
  8. final def asInstanceOf[T0]: T0

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def cond: Option[Term]

  12. def copy(pat: Pat = this.pat, cond: Option[Term] = this.cond, stats: collection.immutable.Seq[Stat] = this.stats): ThisType

  13. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def get: Case

    Annotations
    @inline()
  17. final def getClass(): Class[_]

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

    Definition Classes
    Tree → AnyRef → Any
  19. val internalParent: meta.Tree

    Attributes
    protected
    Definition Classes
    CaseTree
  20. val internalPrototype: Case

    Attributes
    protected
    Definition Classes
    CaseTree
  21. val internalScratchpad: collection.immutable.Seq[Any]

    Attributes
    protected
    Definition Classes
    CaseTree
  22. final def isDefined: Boolean

    Annotations
    @inline()
  23. final def isEmpty: Boolean

    Annotations
    @inline()
  24. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  28. def parent: Option[meta.Tree]

    Definition Classes
    CaseTree
  29. def pat: Pat

  30. def productArity: Int

    Definition Classes
    Case → Product
  31. def productElement(n: Int): Any

    Definition Classes
    Case → Product
  32. def productIterator: Iterator[Any]

    Definition Classes
    Case → Product
  33. def productPrefix: String

    Definition Classes
    Case → Product
  34. def stats: collection.immutable.Seq[Stat]

  35. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Tree

Inherited from meta.Case

Inherited from meta.Tree

Inherited from Ast

Inherited from Adt

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped