Packages

implicit class XtensionSymbol extends AnyRef

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

Instance Constructors

  1. new XtensionSymbol(sym: tools.scalap.scalax.rules.scalasig.Symbol)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. def isAlias: Boolean
  11. def isAnonymousClass: Boolean
  12. def isAnonymousFunction: Boolean
  13. def isClass: Boolean
  14. def isConstructor: Boolean
  15. def isDefaultParameter: Boolean
  16. def isEmptyPackage: Boolean
  17. def isExtensionMethod: Boolean
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isLocalChild: Boolean
  20. def isMacro: Boolean
  21. def isModuleClass: Boolean
  22. def isObject: Boolean
  23. def isPackageObject: Boolean
  24. def isRefinementClass: Boolean
  25. def isRootPackage: Boolean
  26. def isScalacField: Boolean
  27. def isSyntheticCaseAccessor: Boolean
  28. def isSyntheticConstructor: Boolean
  29. def isSyntheticValueClassCompanion: Boolean
  30. def isToplevelPackage: Boolean
  31. def isType: Boolean
  32. def isTypeParam: Boolean
  33. def isUseful: Boolean
  34. def isUsefulField: Boolean
  35. def isUseless: Boolean
  36. def isUselessField: Boolean
  37. def isValMethod: Boolean
  38. def moduleClass: tools.scalap.scalax.rules.scalasig.Symbol
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  42. def self: tools.scalap.scalax.rules.scalasig.Type
  43. def ssym: String
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped