NoSymbol

org.json4s.scalap.scalasig.NoSymbol$
case object NoSymbol extends Symbol

Attributes

Source:
Symbol.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Symbol
trait Flags
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
Source:
Mirror.scala
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

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

The mirrored *-type

The mirrored *-type

Attributes

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

Attributes

Inherited from:
Singleton
Source:
Mirror.scala

Value members

Concrete methods

def children: Seq[Symbol]

Attributes

Source:
Symbol.scala
def hasFlag(flag: Long): Boolean

Attributes

Source:
Symbol.scala
def name: String

Attributes

Source:
Symbol.scala
def parent: Option[Symbol]

Attributes

Source:
Symbol.scala

Inherited methods

def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
Source:
Mirror.scala
def isAbstract: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isAbstractOverride: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isAccessor: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isBridge: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isByNameParam: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isCaptured: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isCase: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isCaseAccessor: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isContravariant: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isCovariant: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isDeferred: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isDeprecated: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isError: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isExistential: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isExpandedName: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isFinal: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isImplicit: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isInConstructor: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isInterface: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isJava: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isLabel: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isLazy: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isLifted: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isLocal: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isMethod: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isMixedIn: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isModule: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isModuleVar: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isMonomorphic: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isMutable: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isOverloaded: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isOverride: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isPackage: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isParam: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isParamAccessor: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isPreSuper: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isPrivate: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isProtected: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isSealed: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isStable: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isStatic: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isSuperAccessor: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isSynthetic: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def isTrait: Boolean

Attributes

Inherited from:
Flags
Source:
Flags.scala
def path: String

Attributes

Inherited from:
Symbol
Source:
Symbol.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product