Names

tastyquery.Names$
object Names

Attributes

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

Members list

Concise view

Type members

Classlikes

final case class DefaultGetterName(underlying: TermName, num: Int) extends NumberedName

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class TermName
class Name
class Object
trait Matchable
class Any
abstract class DerivedName(val underlying: TermName) extends TermName

Attributes

Graph
Supertypes
class TermName
class Name
class Object
trait Matchable
class Any
Known subtypes
final case class ExpandedName(tag: Int, prefix: TermName, name: SimpleName) extends DerivedName

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class TermName
class Name
class Object
trait Matchable
class Any
final case class FullyQualifiedName(path: List[Name])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class Name

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
abstract class NumberedName(underlying: TermName, num: Int) extends DerivedName

Attributes

Graph
Supertypes
class TermName
class Name
class Object
trait Matchable
class Any
Known subtypes
final case class PrefixedName(tag: Int, underlying: TermName) extends DerivedName

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class TermName
class Name
class Object
trait Matchable
class Any
final case class SignedName(underlying: TermName, sig: Signature, target: TermName) extends DerivedName

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class TermName
class Name
class Object
trait Matchable
class Any
object SignedName

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class SimpleName(name: String) extends TermName

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class TermName
class Name
class Object
trait Matchable
class Any
final case class SuffixedName(tag: Int, underlying: TermName) extends DerivedName

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class TermName
class Name
class Object
trait Matchable
class Any
abstract class TermName extends Name

Attributes

Graph
Supertypes
class Name
class Object
trait Matchable
class Any
Known subtypes
final case class TypeName(toTermName: TermName) extends Name

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Name
class Object
trait Matchable
class Any
final case class UniqueName(separator: String, underlying: TermName, num: Int) extends NumberedName

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class TermName
class Name
class Object
trait Matchable
class Any
object annot

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
annot.type
object attr

Attributes

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

Attributes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
str.type
object tpnme

Attributes

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

Value members

Concrete methods

def moduleClassName(s: String): TypeName

Creates a type name for a module class from a string.

Creates a type name for a module class from a string.

Attributes

def termName(s: String): SimpleName

Create a term name from a string. See sliceToTermName in Decorators for a more efficient version which however requires a Context for its operation.

Create a term name from a string. See sliceToTermName in Decorators for a more efficient version which however requires a Context for its operation.

Attributes

def typeName(s: String): TypeName

Create a type name from a string

Create a type name from a string

Attributes

Givens

Givens