com.typesafe.tools.mima.core

MemberInfo

class MemberInfo extends HasDeclarationName with WithAccessFlags

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MemberInfo
  2. WithAccessFlags
  3. WithLocalModifier
  4. WithAccessModifier
  5. HasAccessFlags
  6. HasDeclarationName
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MemberInfo(owner: ClassInfo, bytecodeName: String, flags: Int, sig: String)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def accessModifier: String

    Definition Classes
    WithAccessModifier
  7. def applyString: String

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val bytecodeName: String

    The name as found in the bytecode.

    The name as found in the bytecode.

    Definition Classes
    MemberInfoHasDeclarationName
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. var codeOpt: Option[(Int, Int)]

  12. final def decodedName: String

    The name as found in the original Scala source.

    The name as found in the original Scala source.

    Definition Classes
    HasDeclarationName
  13. def defString: String

  14. def description: String

  15. def ensureLoaded(): Unit

    Attributes
    protected
    Definition Classes
    WithAccessModifier
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def fieldString: String

  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. val flags: Int

    Definition Classes
    MemberInfoHasAccessFlags
  21. def fullName: String

  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def getter: MemberInfo

    The getter that corresponds to this setter

  24. def hasSyntheticName: Boolean

  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. def isAccessible: Boolean

  27. def isBridge: Boolean

    Definition Classes
    WithLocalModifier
  28. def isClassConstructor: Boolean

  29. def isConcrete: Boolean

    Definition Classes
    WithLocalModifier
  30. def isDefaultGetter: Boolean

  31. def isDeferred: Boolean

    Definition Classes
    WithLocalModifier
  32. var isDeprecated: Boolean

  33. def isExtensionMethod: Boolean

  34. def isFinal: Boolean

    Definition Classes
    WithLocalModifier
  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. def isLessVisibleThan(that: WithAccessModifier): Boolean

    Definition Classes
    WithAccessModifier
  37. def isMethod: Boolean

  38. def isPrivate: Boolean

    Attributes
    protected
    Definition Classes
    WithAccessModifier
  39. def isProtected: Boolean

    Attributes
    protected
    Definition Classes
    WithAccessModifier
  40. def isPublic: Boolean

    Definition Classes
    WithAccessModifier
  41. def isStatic: Boolean

  42. def isSynthetic: Boolean

    Definition Classes
    WithLocalModifier
  43. var isTraitSetter: Boolean

  44. def matchesType(other: MemberInfo): Boolean

  45. def memberString: String

  46. def methodString: String

  47. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  48. def needCode: Boolean

  49. def nonAccessible: Boolean

  50. def nonBridge: Boolean

    Definition Classes
    WithLocalModifier
  51. def nonFinal: Boolean

    Definition Classes
    WithLocalModifier
  52. final def notify(): Unit

    Definition Classes
    AnyRef
  53. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  54. val owner: ClassInfo

  55. def parametersSig: String

  56. lazy val params: List[String]

  57. def resultSig: String

  58. def shortMethodString: String

  59. val sig: String

  60. def staticImpl: Option[MemberInfo]

  61. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  62. def toString(): String

    Definition Classes
    MemberInfo → AnyRef → Any
  63. def tpe: Type

  64. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from WithAccessFlags

Inherited from WithLocalModifier

Inherited from WithAccessModifier

Inherited from HasAccessFlags

Inherited from HasDeclarationName

Inherited from AnyRef

Inherited from Any

Ungrouped