Names

tastyquery.Names$
object Names

Attributes

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

Members list

Type members

Classlikes

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

Attributes

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

Attributes

Supertypes
class TermName
class Name
class Object
trait Matchable
class Any
Known subtypes
class ExpandedName
class NumberedName
class UniqueName
class PrefixedName
class SignedName
class SuffixedName
Show all
final case class ExpandedName(tag: Int, prefix: TermName, name: SimpleName) extends DerivedName

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class TermName
class DerivedName
class ExpandedName
class NumberedName
class UniqueName
class PrefixedName
class SignedName
class SuffixedName
class SimpleName
class TypeName
Show all
abstract class NumberedName(underlying: TermName, num: Int) extends DerivedName

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class DerivedName
class TermName
class Name
class Object
trait Matchable
class Any
Show all
object SignedName

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class DerivedName
class TermName
class Name
class Object
trait Matchable
class Any
Show all
abstract class TermName extends Name

Attributes

Supertypes
class Name
class Object
trait Matchable
class Any
Known subtypes
class DerivedName
class ExpandedName
class NumberedName
class UniqueName
class PrefixedName
class SignedName
class SuffixedName
class SimpleName
Show all
final case class TypeName(toTermName: TermName) extends Name

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class NumberedName
class DerivedName
class TermName
class Name
class Object
trait Matchable
class Any
Show all
object annot

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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