c

scalafix.v1

SymbolInfo

final class SymbolInfo extends AnyRef

Self Type
SymbolInfo
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SymbolInfo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def annotations: List[Annotation]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def displayName: String
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def isAbstract: Boolean
  14. def isCase: Boolean
  15. def isClass: Boolean
  16. def isConstructor: Boolean
  17. def isContravariant: Boolean
  18. def isCovariant: Boolean
  19. def isDefault: Boolean
  20. def isEnum: Boolean
  21. def isField: Boolean
  22. def isFinal: Boolean
  23. def isImplicit: Boolean
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isInterface: Boolean
  26. def isJava: Boolean
  27. def isLazy: Boolean
  28. def isLocal: Boolean
  29. def isMacro: Boolean
  30. def isMethod: Boolean
  31. def isObject: Boolean
  32. def isPackage: Boolean
  33. def isPackageObject: Boolean
  34. def isParameter: Boolean
  35. def isPrimary: Boolean
  36. def isPrivate: Boolean
  37. def isPrivateThis: Boolean
  38. def isPrivateWithin: Boolean
  39. def isProtected: Boolean
  40. def isProtectedThis: Boolean
  41. def isProtectedWithin: Boolean
  42. def isPublic: Boolean
  43. def isScala: Boolean
  44. def isSealed: Boolean
  45. def isSelfParameter: Boolean
  46. def isSetter: Boolean
  47. def isStatic: Boolean
  48. def isTrait: Boolean
  49. def isType: Boolean
  50. def isTypeParameter: Boolean
  51. def isVal: Boolean
  52. def isVar: Boolean
  53. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  56. def owner: Symbol
  57. def signature: Signature
  58. def sym: Symbol
  59. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  60. def toString(): String
    Definition Classes
    SymbolInfo → AnyRef → Any
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  64. def within: Option[Symbol]

Inherited from AnyRef

Inherited from Any

Ungrouped