Packages

sealed abstract class Element extends HoverInfo

Linear Supertypes
HoverInfo, Serializable, Serializable, Product, Equals, AnyRef, Any
Known Subclasses
Name, Text, X, Y, Z
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Element
  2. HoverInfo
  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 productArity: Int
    Definition Classes
    Product
  3. abstract def productElement(n: Int): Any
    Definition Classes
    Product

Concrete Value Members

  1. val label: String
    Definition Classes
    ElementHoverInfo
  2. def productIterator: Iterator[Any]
    Definition Classes
    Product
  3. def productPrefix: String
    Definition Classes
    Product