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 isDeferred: Boolean

    Definition Classes
    WithLocalModifier
  31. var isDeprecated: Boolean

  32. def isFinal: Boolean

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

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

    Definition Classes
    WithAccessModifier
  35. def isMethod: Boolean

  36. def isPrivate: Boolean

    Attributes
    protected
    Definition Classes
    WithAccessModifier
  37. def isProtected: Boolean

    Attributes
    protected
    Definition Classes
    WithAccessModifier
  38. def isPublic: Boolean

    Definition Classes
    WithAccessModifier
  39. def isSynthetic: Boolean

    Definition Classes
    WithLocalModifier
  40. var isTraitSetter: Boolean

  41. def matchesType(other: MemberInfo): Boolean

  42. def methodString: String

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

    Definition Classes
    AnyRef
  44. def needCode: Boolean

  45. def nonAccessible: Boolean

  46. def nonBridge: Boolean

    Definition Classes
    WithLocalModifier
  47. def nonFinal: Boolean

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

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

    Definition Classes
    AnyRef
  50. val owner: ClassInfo

  51. def parametersSig: String

  52. lazy val params: List[String]

  53. def resultSig: String

  54. def shortMethodString: String

  55. val sig: String

  56. def staticImpl: Option[MemberInfo]

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

    Definition Classes
    AnyRef
  58. def toString(): String

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

  60. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. 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