NoSymbol

case object NoSymbol extends Symbol
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Symbol
trait Flags
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
Source:
Mirror.scala
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala
type MirroredMonoType = Singleton
Inherited from:
Singleton
Source:
Mirror.scala
type MirroredType = Singleton
Inherited from:
Singleton
Source:
Mirror.scala

Value members

Concrete methods

def children: Seq[Symbol]
def hasFlag(flag: Long): Boolean
def name: String
def parent: Option[Symbol]

Inherited methods

def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
Source:
Mirror.scala
def isAbstract: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isAbstractOverride: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isAccessor: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isBridge: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isByNameParam: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isCaptured: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isCase: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isCaseAccessor: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isContravariant: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isCovariant: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isDeferred: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isDeprecated: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isError: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isExistential: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isExpandedName: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isFinal: Boolean
Inherited from:
Flags
Source:
Flags.scala
Inherited from:
Flags
Source:
Flags.scala
def isImplicit: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isInConstructor: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isInterface: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isJava: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isLabel: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isLazy: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isLifted: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isLocal: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isMethod: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isMixedIn: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isModule: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isModuleVar: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isMonomorphic: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isMutable: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isOverloaded: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isOverride: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isPackage: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isParam: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isParamAccessor: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isPreSuper: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isPrivate: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isProtected: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isSealed: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isStable: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isStatic: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isSuperAccessor: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isSynthetic: Boolean
Inherited from:
Flags
Source:
Flags.scala
def isTrait: Boolean
Inherited from:
Flags
Source:
Flags.scala
def path: String
Inherited from:
Symbol
Source:
Symbol.scala
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product