scala.meta.internal

ast

package ast

Visibility
  1. Public
  2. All

Type Members

  1. final class Case extends meta.Case with Tree with Product

    Annotations
    @astClass() @leafClass()
  2. sealed trait Ctor extends meta.Ctor with Tree with Scope

    Annotations
    @branch() @branch()
  3. sealed trait Decl extends Stat

    Annotations
    @branch() @branch()
  4. sealed trait Defn extends Stat

    Annotations
    @branch() @branch()
  5. sealed trait Enum extends meta.Enum with Tree

    Annotations
    @branch() @branch()
  6. final class Import extends Stat with Product

    Annotations
    @astClass() @leafClass()
  7. sealed trait Lit extends Term with Pat with Type

    Annotations
    @branch() @branch()
  8. sealed trait Member extends meta.Member with Tree with Scope

    Annotations
    @branch() @branch()
  9. sealed trait Mod extends meta.Mod with Tree

    Annotations
    @branch() @branch()
  10. sealed trait Name extends meta.Name with Ref

    Annotations
    @branch() @branch()
  11. sealed trait Pat extends meta.Pat with Tree with Arg

    Annotations
    @branch() @branch()
  12. final class Pkg extends ast.Member.Term with Stat with Product

    Annotations
    @astClass() @leafClass()
  13. sealed trait Ref extends meta.Ref with Tree

    Annotations
    @branch() @branch()
  14. sealed trait Scope extends meta.Scope with Tree

    Annotations
    @branch() @branch()
  15. sealed trait Selector extends meta.Selector with Tree

    Annotations
    @branch() @branch()
  16. final class Source extends meta.Source with Tree with Product

    Annotations
    @astClass() @leafClass()
  17. sealed trait Stat extends meta.Stat with Tree

    Annotations
    @branch() @branch()
  18. final class Templ extends meta.Templ with Tree with Scope with Product

    Annotations
    @astClass() @leafClass()
  19. sealed trait Term extends meta.Term with Stat with Arg

    Annotations
    @branch() @branch()
  20. sealed trait Tree extends meta.Tree

    Annotations
    @branch() @branch()
  21. sealed trait Type extends meta.Type with Tree with Arg with Scope

    Annotations
    @branch() @branch()

Value Members

  1. object Case

    Annotations
    @astCompanion() @leafCompanion()
  2. object Ctor

  3. object Decl

  4. object Defn

  5. object Enum

  6. object Import

    Annotations
    @astCompanion() @leafCompanion()
  7. object Lit

  8. object Member

  9. object Mod

  10. object Pat

  11. object Pkg

    Annotations
    @astCompanion() @leafCompanion()
  12. object Source

    Annotations
    @astCompanion() @leafCompanion()
  13. object Templ

    Annotations
    @astCompanion() @leafCompanion()
  14. object Term

  15. object Type

Ungrouped