scala.meta.semantic

SemanticMemberOps

Related Doc: package semantic

implicit final class SemanticMemberOps extends AnyVal

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

Instance Constructors

  1. new SemanticMemberOps(tree: Member)

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. def accessBoundary(implicit arg0: Context): Member

    Annotations
    @contextful()
  5. def annots(implicit arg0: Context): collection.immutable.Seq[Ctor.Ref]

    Annotations
    @contextful()
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def children(implicit arg0: Context): collection.immutable.Seq[Member]

    Annotations
    @contextful()
  8. def companion(implicit arg0: Context): Member

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

    Definition Classes
    AnyVal → Any
  10. def isAbstract(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  11. def isAbstractOverride(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  12. def isAbstractType(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  13. def isAliasType(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  14. def isByNameParam(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  15. def isCase(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  16. def isClass(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  17. def isContravariant(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  18. def isCovariant(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  19. def isDef(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  20. def isFinal(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  21. def isImplicit(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def isLazy(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  24. def isMacro(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  25. def isObject(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  26. def isOverride(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  27. def isPackage(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  28. def isPackageObject(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  29. def isParam(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  30. def isPrivate(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  31. def isProtected(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  32. def isPublic(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  33. def isSealed(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  34. def isTrait(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  35. def isTypeParam(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  36. def isVal(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  37. def isValParam(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  38. def isVar(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  39. def isVarParam(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  40. def isVarargParam(implicit arg0: Context): Boolean

    Annotations
    @contextful()
  41. def mods(implicit arg0: Context): collection.immutable.Seq[Mod]

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

    Annotations
    @contextful()
  43. def ref(implicit arg0: Context): Ref

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

    Definition Classes
    Any
  45. val tree: Member

Inherited from AnyVal

Inherited from Any

Ungrouped