TermMemberDef

com.typesafe.tools.mima.core.TastyUnpickler$.TermMemberDef
sealed trait TermMemberDef extends Tree

Attributes

Graph
Supertypes
trait Tree
trait ShowSelf
class Object
trait Matchable
class Any
Known subtypes
class DefDef
class ValDef

Members list

Value members

Abstract methods

def annots: List[Annot]
def name: Name
def privateWithin: Option[Type]

Concrete methods

def show: String

Inherited methods

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
ShowSelf -> Any
Inherited from:
ShowSelf