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. All

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

Inherited from AnyRef

Inherited from Any

Ungrouped