Packages

sealed abstract class DotSymbol extends Symbol

Linear Supertypes
Symbol, Serializable, Serializable, Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DotSymbol
  2. Symbol
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. abstract def dot: Boolean
  3. abstract def open: Boolean
    Definition Classes
    Symbol
  4. abstract def productArity: Int
    Definition Classes
    Product
  5. abstract def productElement(n: Int): Any
    Definition Classes
    Product

Concrete Value Members

  1. def idx: Int
    Definition Classes
    DotSymbolSymbol
  2. def label: String
    Definition Classes
    DotSymbolSymbol
  3. def productIterator: Iterator[Any]
    Definition Classes
    Product
  4. def productPrefix: String
    Definition Classes
    Product