MemberInfo

com.typesafe.tools.mima.core.MemberInfo
See theMemberInfo companion object
sealed abstract class MemberInfo(val owner: ClassInfo, val bytecodeName: String, val flags: Int, val descriptor: String)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def nonAccessible: Boolean

Concrete methods

final def abstractPrefix: String
final def fullName: String
final def hasSyntheticName: Boolean
final def memberString: String
final def scopedPrivatePrefix: String
final def staticPrefix: String
final def tpe: Type

Inherited methods

final def decodedName: String

The name as found in the original Scala source.

The name as found in the original Scala source.

Attributes

Inherited from:
InfoLike (hidden)
final def isBridge: Boolean

Attributes

Inherited from:
InfoLike (hidden)
final def isConcrete: Boolean

Attributes

Inherited from:
InfoLike (hidden)
final def isDeferred: Boolean

Attributes

Inherited from:
InfoLike (hidden)
final def isFinal: Boolean

Attributes

Inherited from:
InfoLike (hidden)
final def isLessVisibleThan(that: InfoLike): Boolean

Attributes

Inherited from:
InfoLike (hidden)
final def isPrivate: Boolean

Attributes

Inherited from:
InfoLike (hidden)
final def isProtected: Boolean

Attributes

Inherited from:
InfoLike (hidden)
final def isPublic: Boolean

Attributes

Inherited from:
InfoLike (hidden)
final def isStatic: Boolean

Attributes

Inherited from:
InfoLike (hidden)
final def isSynthetic: Boolean

Attributes

Inherited from:
InfoLike (hidden)
final def nonFinal: Boolean

Attributes

Inherited from:
InfoLike (hidden)
final def nonPublic: Boolean

Attributes

Inherited from:
InfoLike (hidden)

Concrete fields

val bytecodeName: String

The name as found in the bytecode.

The name as found in the bytecode.

Attributes

val descriptor: String
val flags: Int
final var isDeprecated: Boolean
val owner: ClassInfo
final var scopedPrivate: Boolean
final var signature: Signature