implicit final class XtensionSymbol extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XtensionSymbol
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new XtensionSymbol(sym: meta.Symbol)

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 caseClassApplyOrCopy: Option[meta.Symbol]

    If case class Foo(a: Int), then resolve apply in Foo.apply(1), and copy in Foo(1).copy(a = 2) to the Foo class definition.

  6. def caseClassApplyOrCopyParams: Option[meta.Symbol]

    If case class Foo(a: Int), then resolve a in Foo.apply(a = 1), and a in Foo(1).copy(a = 2) to the Foo.a primary constructor definition.

  7. def caseClassCompanionToType: Option[meta.Symbol]

    If case class A(a: Int) and there is no companion object, resolve A in A(1) to the class definition.

  8. def definitionAlternative: List[meta.Symbol]

    Returns a list of fallback symbols that can act instead of given symbol.

  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def methodToVal: Option[meta.Symbol]

    Fallback to the val term for a def with multiple params

  12. def referenceAlternatives: List[meta.Symbol]

    Returns a list of fallback symbols that can act instead of given symbol.

  13. val sym: meta.Symbol
  14. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped