SymInfo

com.typesafe.tools.mima.core.MimaUnpickler$.SymInfo
sealed trait SymInfo extends Entry

Attributes

Graph
Supertypes
trait Entry
class Object
trait Matchable
class Any
Known subtypes
class ExtInfo

Members list

Concise view

Value members

Abstract methods

def name: Name
def tag: Int

Concrete methods

def isEmpty: Boolean
def isNoSymbol: Boolean
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
Entry -> Any