Packages

package meta

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package classifiers
  2. package inputs
  3. package internal
  4. package io
  5. package prettyprinters
  6. package tokenizers
  7. package tokens

Type Members

  1. trait Case extends CaseTree with Product
    Annotations
    @astClass() @leafClass()
  2. trait CaseTree extends Tree with WithBody
    Annotations
    @branch() @branch()
  3. trait Ctor extends Tree with Member
    Annotations
    @branch() @branch()
  4. trait Decl extends Stat
    Annotations
    @branch() @branch()
  5. trait Defn extends Stat
    Annotations
    @branch() @branch()
  6. final class Dialect extends Product with Serializable

    A dialect is used to configure what Scala syntax is allowed during tokenization and parsing.

  7. trait Enumerator extends Tree
    Annotations
    @branch() @branch()
  8. trait Export extends ImportExportStat with Product
    Annotations
    @astClass() @leafClass()
  9. trait Import extends ImportExportStat with Product
    Annotations
    @astClass() @leafClass()
  10. trait ImportExportStat extends Stat
    Annotations
    @branch() @branch()
  11. trait Importee extends Tree with Ref
    Annotations
    @branch() @branch()
  12. trait Importer extends Tree with Product
    Annotations
    @astClass() @leafClass()
  13. trait Init extends Ref with Product
    Annotations
    @astClass() @leafClass()
  14. trait Lit extends Term with Pat with Type
    Annotations
    @branch() @branch()
  15. trait Member extends Tree
    Annotations
    @branch() @branch()
  16. trait Mod extends Tree
    Annotations
    @branch() @branch()
  17. trait MultiSource extends Tree with Product
    Annotations
    @astClass() @leafClass()
  18. trait Name extends Ref
    Annotations
    @branch() @branch()
  19. trait Pat extends Tree
    Annotations
    @branch() @branch()
  20. trait Pkg extends meta.Member.Term with Stat with Product
    Annotations
    @astClass() @leafClass()
  21. trait Ref extends Tree
    Annotations
    @branch() @branch()
  22. trait Self extends Member with WithDeclTpeOpt with Product
    Annotations
    @astClass() @leafClass()
  23. trait Source extends Tree with Product
    Annotations
    @astClass() @leafClass()
  24. trait Stat extends Tree
    Annotations
    @branch() @branch()
  25. trait Template extends Tree with Product
    Annotations
    @astClass() @leafClass()
  26. trait Term extends Stat
    Annotations
    @branch() @branch()
  27. trait Tree extends InternalTree with Ast with Product with Serializable
    Annotations
    @root() @root()
  28. trait Type extends Tree
    Annotations
    @branch() @branch()
  29. trait TypeCase extends CaseTree with Product
    Annotations
    @astClass() @leafClass()

Value Members

  1. object Case extends java.io.Serializable
    Annotations
    @astCompanion() @leafCompanion()
  2. object CaseTree extends java.io.Serializable
  3. object Ctor extends java.io.Serializable
  4. object Decl extends java.io.Serializable
  5. object Defn extends java.io.Serializable
  6. object Dialect extends InternalDialect with java.io.Serializable
  7. object Enumerator extends java.io.Serializable
  8. object Export extends java.io.Serializable
    Annotations
    @astCompanion() @leafCompanion()
  9. object Import extends java.io.Serializable
    Annotations
    @astCompanion() @leafCompanion()
  10. object ImportExportStat extends java.io.Serializable
  11. object Importee extends java.io.Serializable
  12. object Importer extends java.io.Serializable
    Annotations
    @astCompanion() @leafCompanion()
  13. object Init extends java.io.Serializable
    Annotations
    @astCompanion() @leafCompanion()
  14. object Lit extends java.io.Serializable
  15. object Member extends java.io.Serializable
  16. object Mod extends java.io.Serializable
  17. object MultiSource extends java.io.Serializable
    Annotations
    @astCompanion() @leafCompanion()
  18. object Name extends java.io.Serializable
  19. object Pat extends java.io.Serializable
  20. object Pkg extends java.io.Serializable
    Annotations
    @astCompanion() @leafCompanion()
  21. object Ref extends java.io.Serializable
  22. object Self extends java.io.Serializable
    Annotations
    @astCompanion() @leafCompanion()
  23. object Source extends java.io.Serializable
    Annotations
    @astCompanion() @leafCompanion()
  24. object Stat extends java.io.Serializable
  25. object Template extends java.io.Serializable
    Annotations
    @astCompanion() @leafCompanion()
  26. object Term extends java.io.Serializable
  27. object Tree extends InternalTreeXtensions with java.io.Serializable
  28. object Type extends java.io.Serializable
  29. object TypeCase extends java.io.Serializable
    Annotations
    @astCompanion() @leafCompanion()

Ungrouped