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 BodyRetainerName(underlying: UnsignedTermName) extends UnsignedTermName

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait UnsignedName
class TermName
class Name
class Object
trait Matchable
class Any
Show all
sealed trait ClassTypeName extends TypeName

Attributes

Supertypes
class TypeName
trait UnsignedName
class Name
class Object
trait Matchable
class Any
Show all
Known subtypes
final case class DefaultGetterName(underlying: UnsignedTermName, num: Int) extends UnsignedTermName

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait UnsignedName
class TermName
class Name
class Object
trait Matchable
class Any
Show all
final case class ExpandPrefixName(prefix: UnsignedTermName, name: SimpleName) extends UnsignedTermName

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait UnsignedName
class TermName
class Name
class Object
trait Matchable
class Any
Show all
final case class ExpandedName(prefix: UnsignedTermName, name: SimpleName) extends UnsignedTermName

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait UnsignedName
class TermName
class Name
class Object
trait Matchable
class Any
Show all
final case class InlineAccessorName(underlying: UnsignedTermName) extends UnsignedTermName

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait UnsignedName
class TermName
class Name
class Object
trait Matchable
class Any
Show all
sealed abstract class Name

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait UnsignedName
class TermName
class Name
class Object
trait Matchable
class Any
Show all
final case class ObjectClassTypeName extends TypeName, ClassTypeName

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class TypeName
trait UnsignedName
class Name
class Object
trait Matchable
class Any
Show all
final case class PackageFullName(path: List[SimpleName])

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
final case class SignatureName(items: List[SignatureNameItem])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait SignatureNameItem extends UnsignedTermName

Attributes

Supertypes
trait UnsignedName
class TermName
class Name
class Object
trait Matchable
class Any
Show all
Known subtypes
final case class SignedName(underlying: UnsignedTermName, sig: Signature, target: UnsignedTermName) extends TermName

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
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 UnsignedTermName, SignatureNameItem

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait UnsignedName
class TermName
class Name
class Object
trait Matchable
class Any
Show all
final case class SimpleTypeName extends TypeName, ClassTypeName

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class TypeName
trait UnsignedName
class Name
class Object
trait Matchable
class Any
Show all
final case class SuperAccessorName(underlying: UnsignedTermName) extends UnsignedTermName

Attributes

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

Attributes

Supertypes
class Name
class Object
trait Matchable
class Any
Known subtypes
sealed abstract class TypeName extends Name, UnsignedName

Attributes

Supertypes
trait UnsignedName
class Name
class Object
trait Matchable
class Any
Known subtypes
final case class UniqueName(underlying: UnsignedTermName, separator: String, num: Int) extends UnsignedTermName

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait UnsignedName
class TermName
class Name
class Object
trait Matchable
class Any
Show all
final case class UniqueTypeName(base: TypeName, separator: String, num: Int) extends TypeName

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class TypeName
trait UnsignedName
class Name
class Object
trait Matchable
class Any
Show all
sealed trait UnsignedName extends Name

Attributes

Supertypes
class Name
class Object
trait Matchable
class Any
Known subtypes
sealed abstract class UnsignedTermName extends TermName, UnsignedName

Attributes

Supertypes
trait UnsignedName
class TermName
class Name
class Object
trait Matchable
class Any
Show all
Known subtypes
object nme

Attributes

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

Attributes

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

Value members

Concrete methods

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): SimpleTypeName

Create a type name from a string

Create a type name from a string

Attributes