Method

dotty.tools.dotc.semanticdb.Descriptor$.Method
final case class Method(value: String, disambiguator: String) extends Descriptor

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def isMethod: Boolean

Attributes

Inherited from:
Descriptor
def isNone: Boolean

Attributes

Inherited from:
Descriptor
def isPackage: Boolean

Attributes

Inherited from:
Descriptor
def isParameter: Boolean

Attributes

Inherited from:
Descriptor
def isTerm: Boolean

Attributes

Inherited from:
Descriptor
def isType: Boolean

Attributes

Inherited from:
Descriptor
def isTypeParameter: Boolean

Attributes

Inherited from:
Descriptor
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product