MimaUnpickler

com.typesafe.tools.mima.core.MimaUnpickler$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

sealed trait Entry

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
final case class ExtInfo(tag: Int, name: Name, owner: SymInfo) extends SymInfo

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SymInfo
trait Entry
class Object
trait Matchable
class Any
object Flags

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Flags.type
sealed trait Name extends Entry

Attributes

Graph
Supertypes
trait Entry
class Object
trait Matchable
class Any
Known subtypes
class TermName
class TypeName
final case class SymAnnotInfo(sym: SymbolInfo, tpe: TypeInfo) extends Entry

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Entry
class Object
trait Matchable
class Any
sealed trait SymInfo extends Entry

Attributes

Graph
Supertypes
trait Entry
class Object
trait Matchable
class Any
Known subtypes
class ExtInfo
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
final case class TermName(value: String) extends Name

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Name
trait Entry
class Object
trait Matchable
class Any
final case class ThisTypeInfo(sym: SymInfo) extends TypeInfo

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TypeInfo
trait Entry
class Object
trait Matchable
class Any
sealed trait TypeInfo extends Entry

Attributes

Graph
Supertypes
trait Entry
class Object
trait Matchable
class Any
Known subtypes
final case class TypeName(value: String) extends Name

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Name
trait Entry
class Object
trait Matchable
class Any
final case class TypeRefInfo(tpe: TypeInfo, sym: SymInfo, targs: List[TypeInfo]) extends TypeInfo

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TypeInfo
trait Entry
class Object
trait Matchable
class Any
final case class UnknownEntry(tag: Int) extends Entry

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Entry
class Object
trait Matchable
class Any
final case class UnknownType(tag: Int) extends TypeInfo

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TypeInfo
trait Entry
class Object
trait Matchable
class Any
object nme

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
nme.type

Value members

Concrete methods

def readNat(data: Array[Byte]): Int
def unpickleClass(buf: PickleBuffer, clazz: ClassInfo, path: String): Unit

Concrete fields

final val CONSTRUCTOR: ""
final val LOCAL_CHILD: ""
final val REFINE_CLASS_NAME: ""