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 Repeated extends Tree

    Permalink
    Annotations
    @branch() @branch()
  6. trait WithBody extends Tree

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Annotations
    @branch() @branch()
  22. 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 Repeated extends Serializable

    Permalink
  8. object WithBody extends Serializable

    Permalink
  9. object WithCases extends Serializable

    Permalink
  10. object WithCasesBlock extends Serializable

    Permalink
  11. object WithCond extends Serializable

    Permalink
  12. object WithCondOpt extends Serializable

    Permalink
  13. object WithDeclTpe extends Serializable

    Permalink
  14. object WithDeclTpeOpt extends Serializable

    Permalink
  15. object WithEnumeratorsBlock extends Serializable

    Permalink
  16. object WithEnums extends Serializable

    Permalink
  17. object WithExprs extends Serializable

    Permalink
  18. object WithParamClauseGroup extends Serializable

    Permalink
  19. object WithParamClauseGroups extends Serializable

    Permalink
  20. object WithParamClauses extends Serializable

    Permalink
  21. object WithPats extends Serializable

    Permalink
  22. object WithStats extends Serializable

    Permalink
  23. object WithStatsBlock extends Serializable

    Permalink
  24. object WithTParamClause extends Serializable

    Permalink
  25. final def asInstanceOf[T0]: T0

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

    Permalink
  27. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. 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