Object/Trait

scala.meta

Tree

Related Docs: trait Tree | package meta

Permalink

object Tree extends InternalTreeXtensions with Serializable

Linear Supertypes
Serializable, java.io.Serializable, InternalTreeXtensions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tree
  2. Serializable
  3. Serializable
  4. InternalTreeXtensions
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Block extends Tree

    Permalink
    Annotations
    @branch() @branch()
  2. trait CasesBlock extends Block

    Permalink
    Annotations
    @branch() @branch()
  3. implicit final class ImplicitOptionTree[A <: Tree] extends AnyVal

    Permalink
  4. implicit final class ImplicitTree[A <: Tree] extends AnyVal

    Permalink
  5. trait WithBody extends Tree

    Permalink
    Annotations
    @branch() @branch()
  6. trait WithCases extends WithExprs

    Permalink
    Annotations
    @branch() @branch()
  7. trait WithCasesBlock extends WithCases

    Permalink
    Annotations
    @branch() @branch()
  8. trait WithCond extends Tree

    Permalink
    Annotations
    @branch() @branch()
  9. trait WithCondOpt extends Tree

    Permalink
    Annotations
    @branch() @branch()
  10. trait WithDeclTpe extends Tree

    Permalink
    Annotations
    @branch() @branch()
  11. trait WithDeclTpeOpt extends Tree

    Permalink
    Annotations
    @branch() @branch()
  12. trait WithEnumeratorsBlock extends Tree with WithEnums

    Permalink
    Annotations
    @branch() @branch()
  13. trait WithEnums extends Tree with WithExprs

    Permalink
    Annotations
    @branch() @branch()
  14. trait WithExprs extends Tree

    Permalink
    Annotations
    @branch() @branch()
  15. trait WithParamClauseGroup extends Tree with WithParamClauses

    Permalink
    Annotations
    @branch() @branch()
  16. trait WithParamClauseGroups extends Tree

    Permalink
    Annotations
    @branch() @branch()
  17. trait WithParamClauses extends Tree

    Permalink
    Annotations
    @branch() @branch()
  18. trait WithPats extends Tree

    Permalink
    Annotations
    @branch() @branch()
  19. trait WithStats extends WithExprs

    Permalink
    Annotations
    @branch() @branch()
  20. trait WithStatsBlock extends WithStats with WithBody

    Permalink
    Annotations
    @branch() @branch()
  21. trait WithTParamClause extends Tree

    Permalink
    Annotations
    @branch() @branch()

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Block extends Serializable

    Permalink
  5. object CasesBlock extends Serializable

    Permalink
  6. implicit def ClassifierClass[T <: Tree]: Classifier[T, Tree]

    Permalink
  7. object WithBody extends Serializable

    Permalink
  8. object WithCases extends Serializable

    Permalink
  9. object WithCasesBlock extends Serializable

    Permalink
  10. object WithCond extends Serializable

    Permalink
  11. object WithCondOpt extends Serializable

    Permalink
  12. object WithDeclTpe extends Serializable

    Permalink
  13. object WithDeclTpeOpt extends Serializable

    Permalink
  14. object WithEnumeratorsBlock extends Serializable

    Permalink
  15. object WithEnums extends Serializable

    Permalink
  16. object WithExprs extends Serializable

    Permalink
  17. object WithParamClauseGroup extends Serializable

    Permalink
  18. object WithParamClauseGroups extends Serializable

    Permalink
  19. object WithParamClauses extends Serializable

    Permalink
  20. object WithPats extends Serializable

    Permalink
  21. object WithStats extends Serializable

    Permalink
  22. object WithStatsBlock extends Serializable

    Permalink
  23. object WithTParamClause extends Serializable

    Permalink
  24. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  25. implicit def classifiable[T <: Tree]: Classifiable[T]

    Permalink
  26. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. implicit def showStructure[T <: Tree]: Structure[T]

    Permalink
  37. implicit def showSyntax[T <: Tree](implicit dialect: Dialect): Syntax[T]

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

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from InternalTreeXtensions

Inherited from AnyRef

Inherited from Any

Ungrouped