scala.meta.semantic

SemanticScopeOps

Related Doc: package semantic

implicit final class SemanticScopeOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SemanticScopeOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SemanticScopeOps(tree: Scope)

Value Members

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

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

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

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def classes(name: Symbol)(implicit arg0: Context): Member.Type

    Annotations
    @contextful()
  6. def classes(name: String)(implicit arg0: Context): Member.Type

    Annotations
    @contextful()
  7. def classes(implicit arg0: Context): collection.immutable.Seq[Member.Type]

    Annotations
    @contextful()
  8. def ctor(implicit arg0: Context): Ctor

    Annotations
    @contextful()
  9. def ctors(implicit arg0: Context): collection.immutable.Seq[Ctor]

    Annotations
    @contextful()
  10. def defs(name: Symbol)(implicit arg0: Context): Member.Term

    Annotations
    @contextful()
  11. def defs(name: String)(implicit arg0: Context): Member.Term

    Annotations
    @contextful()
  12. def defs(implicit arg0: Context): collection.immutable.Seq[Member.Term]

    Annotations
    @contextful()
  13. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. def members(name: Symbol)(implicit arg0: Context): Member

    Annotations
    @contextful()
  16. def members(name: String)(implicit arg0: Context): Member

    Annotations
    @contextful()
  17. def members(implicit arg0: Context): collection.immutable.Seq[Member]

    Annotations
    @contextful()
  18. def objects(name: Symbol)(implicit arg0: Context): Member.Term

    Annotations
    @contextful()
  19. def objects(name: String)(implicit arg0: Context): Member.Term

    Annotations
    @contextful()
  20. def objects(implicit arg0: Context): collection.immutable.Seq[Member.Term]

    Annotations
    @contextful()
  21. def packages(name: Symbol)(implicit arg0: Context): Member.Term

    Annotations
    @contextful()
  22. def packages(name: String)(implicit arg0: Context): Member.Term

    Annotations
    @contextful()
  23. def packages(implicit arg0: Context): collection.immutable.Seq[Member.Term]

    Annotations
    @contextful()
  24. def params(name: Symbol)(implicit arg0: Context): Param

    Annotations
    @contextful()
  25. def params(name: String)(implicit arg0: Context): Param

    Annotations
    @contextful()
  26. def params(implicit arg0: Context): collection.immutable.Seq[Param]

    Annotations
    @contextful()
  27. def paramss(implicit arg0: Context): collection.immutable.Seq[collection.immutable.Seq[Param]]

    Annotations
    @contextful()
  28. def toString(): String

    Definition Classes
    Any
  29. def tparams(name: Symbol)(implicit arg0: Context): Param

    Annotations
    @contextful()
  30. def tparams(name: String)(implicit arg0: Context): Param

    Annotations
    @contextful()
  31. def tparams(implicit arg0: Context): collection.immutable.Seq[Param]

    Annotations
    @contextful()
  32. def traits(name: Symbol)(implicit arg0: Context): Member.Type

    Annotations
    @contextful()
  33. def traits(name: String)(implicit arg0: Context): Member.Type

    Annotations
    @contextful()
  34. def traits(implicit arg0: Context): collection.immutable.Seq[Member.Type]

    Annotations
    @contextful()
  35. val tree: Scope

  36. def types(name: Symbol)(implicit arg0: Context): Member.Type

    Annotations
    @contextful()
  37. def types(name: String)(implicit arg0: Context): Member.Type

    Annotations
    @contextful()
  38. def types(implicit arg0: Context): collection.immutable.Seq[Member.Type]

    Annotations
    @contextful()
  39. def vals(name: Symbol)(implicit arg0: Context): Term.Name

    Annotations
    @contextful()
  40. def vals(name: String)(implicit arg0: Context): Term.Name

    Annotations
    @contextful()
  41. def vals(implicit arg0: Context): collection.immutable.Seq[Term.Name]

    Annotations
    @contextful()
  42. def vars(name: Symbol)(implicit arg0: Context): Term.Name

    Annotations
    @contextful()
  43. def vars(name: String)(implicit arg0: Context): Term.Name

    Annotations
    @contextful()
  44. def vars(implicit arg0: Context): collection.immutable.Seq[Term.Name]

    Annotations
    @contextful()

Inherited from AnyVal

Inherited from Any

Ungrouped