MemberLookup

dotty.tools.scaladoc.tasty.comments.MemberLookup
See theMemberLookup companion object
trait MemberLookup

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object MemberLookup.type

Members list

Value members

Concrete methods

def lookup(using Quotes, DocContext)(query: Query, owner: Symbol): Option[(Symbol, String, Option[Symbol])]
def lookupOpt(using Quotes, DocContext)(query: Query, ownerOpt: Option[Symbol]): Option[(Symbol, String, Option[Symbol])]
def memberLookupResult(using Quotes)(symbol: Symbol, label: String, inheritingParent: Option[Symbol]): (Symbol, String, Option[Symbol])