object PgnParser
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PgnParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val capture: Parser[Boolean]
- val check: Parser1[Check]
- val checkRule: Parser[Check]
- val checkmate: Parser1[Check]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val column: Parser1[File]
- val digit: Parser1[Char]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val figure: Parser1[Figure with Product with Serializable]
- val figureCapture: Parser1[SanMove]
- val figureMove: Parser1[FigureMove]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kingSideCastle: Parser1[SanMove]
- val move: Parser1[SanMove]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parened[T](p: Parser[T]): Parser[T]
- val pawnCapture: Parser1[SanMove]
- val pawnMove: Parser1[SanMove]
- val pawnPromo: Parser[Option[Figure with Product with Serializable]]
- val pgnGame: Parser[PgnGame]
- val position: Parser1[Position]
- val properties: Parser[List[Tag]]
- val property: Parser[Tag]
- val queenSideCastle: Parser1[SanMove]
- val quotedString: Parser1[String]
- val round: Parser1[Round]
- val roundNumber: Parser1[Int]
- val rounds: Parser[List[Round]]
- val row: Parser1[Rank]
- val score: Parser[GameResult]
- val source: Parser1[Source]
- val sourceDest: Parser1[SourceDest]
- val string: Parser1[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val whitespace: Parser1[Char]