Packages

final class Square extends DotSymbol with Product with Serializable

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

Instance Constructors

  1. new Square()
  2. new Square(open: Boolean, dot: Boolean)

Value Members

  1. def canEqual(obj: Any): Boolean
    Definition Classes
    Square → Equals
  2. val dot: Boolean
    Definition Classes
    SquareDotSymbol
  3. def equals(obj: Any): Boolean
    Definition Classes
    Square → Equals → AnyRef → Any
  4. def hashCode(): Int
    Definition Classes
    Square → AnyRef → Any
  5. def idx: Int
    Definition Classes
    DotSymbolSymbol
  6. def label: String
    Definition Classes
    DotSymbolSymbol
  7. val open: Boolean
    Definition Classes
    SquareSymbol
  8. def productArity: Int
    Definition Classes
    Square → Product
  9. def productElement(n: Int): Any
    Definition Classes
    Square → Product
  10. def productIterator: Iterator[Any]
    Definition Classes
    Product
  11. def productPrefix: String
    Definition Classes
    Product
  12. def toString(): String
    Definition Classes
    Square → AnyRef → Any
  13. def withDot(dot: Boolean): Square
  14. def withOpen(open: Boolean): Square