final class SingletonDeclaration extends Declaration

A singleton declaration.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SingletonDeclaration
  2. Declaration
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def equals(that: Any): Boolean
    Definition Classes
    SingletonDeclaration → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    SingletonDeclaration → AnyRef → Any
  3. val name: String

    The type name

    The type name

    Definition Classes
    SingletonDeclarationDeclaration
  4. def reference: TypeRef
    Definition Classes
    SingletonDeclarationDeclaration
  5. val superInterface: Option[InterfaceDeclaration]
  6. def toString(): String
    Definition Classes
    SingletonDeclaration → AnyRef → Any
  7. val values: ListSet[Value]