SymbolInfo

com.typesafe.tools.mima.core.MimaUnpickler$.SymbolInfo
final case class SymbolInfo(tag: Int, name: Name, owner: SymInfo, flags: Long, isScopedPrivate: Boolean) extends SymInfo

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SymInfo
trait Entry
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def hasFlag(flag: Long): Boolean
def isModuleOrModuleClass: Boolean
def isParam: Boolean

Inherited methods

def isEmpty: Boolean

Attributes

Inherited from:
SymInfo
def isNoSymbol: Boolean

Attributes

Inherited from:
SymInfo
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
SymInfo -> Entry -> Any
Inherited from:
SymInfo