Packages

o

Chess

ChessEn

object ChessEn extends Enumeration with GameEn

Linear Supertypes
GameEn, Enumeration, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChessEn
  2. GameEn
  3. Enumeration
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class Val extends Value with Serializable
    Attributes
    protected
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  2. abstract class Value extends Ordered[Value] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  3. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetOps[Value, SortedSet, ValueSet] with StrictOptimizedIterableOps[Value, Set, ValueSet] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  4. type pType = Value
    Definition Classes
    GameEn

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Black: Int
  5. val BlackBishop: String
  6. val BlackKing: String
  7. val BlackKnight: String
  8. val BlackPawn: String
  9. val BlackQueen: String
  10. val BlackRook: String
  11. final def Value(i: Int, name: String): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  12. final def Value(name: String): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  13. final def Value(i: Int): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  14. final def Value: Value
    Attributes
    protected
    Definition Classes
    Enumeration
  15. val White: Int
  16. val WhiteBishop: String
  17. val WhiteKing: String
  18. val WhiteKnight: String
  19. val WhitePawn: String
  20. val WhiteQueen: String
  21. val WhiteRook: String
  22. final def apply(x: Int): Value
    Definition Classes
    Enumeration
  23. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def maxId: Int
    Definition Classes
    Enumeration
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. var nextId: Int
    Attributes
    protected
    Definition Classes
    Enumeration
  33. var nextName: Iterator[String]
    Attributes
    protected
    Definition Classes
    Enumeration
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  36. def readResolve(): AnyRef
    Attributes
    protected
    Definition Classes
    Enumeration
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  39. def values: ValueSet
    Definition Classes
    Enumeration
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def withName(s: String): Value
    Definition Classes
    Enumeration
  44. implicit object ValueOrdering extends Ordering[Value]
    Definition Classes
    Enumeration

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from GameEn

Inherited from Enumeration

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped