class ParseMarkup extends Tokenizer
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def char: Char
- val chars: Array[Char]
- def clone(): AnyRef
- val col: Int
- def currentLine: String
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- def flush(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def handle(m: Markup): Unit
- def hashCode(): Int
- def isAt: Boolean
- def isEOF: Boolean
- final def isInstanceOf[T0]: Boolean
- def isLineStart: Boolean
- def isNL: Boolean
- def isSlash: Boolean
- def isStar: Boolean
- val lin: Int
- final def ne(arg0: AnyRef): Boolean
- def next(): Unit
- def nonEOF: Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val pos: Int
- def remaining: Int
- def reset(): Unit
- def run(): Document
- def scanWhile(pred: (Char) => Boolean): Int
- def setPos(x: Int): Unit
- def skipSpaces(): Unit
- def skipUntil(pred: PartialFunction[(Char, Char), Int]): (Int, Int)
- def skipUntilChar(pred: Char): Int
- def skipWhile(pred: (Char) => Boolean): (Int, Int)
- final def synchronized[T0](arg0: => T0): T0
- def takeUntil2(pred: PartialFunction[(Char, Char), Int]): String
- def takeUntil3(pred: PartialFunction[(Char, Char, Char), Int]): String
- def takeUntilNL(): String
- def takeWhile(pred: (Char) => Boolean): String
- def throwBrokenIndentation(actual: Int, expected: Int): Nothing
- def throwBufferFlushError(tag: Option[MutableTag], buffer: StringBuilder): Nothing
- def throwEmptyGroupPriority(): Nothing
- def throwUnexpected(exp: Expectation): Nothing
- def throwUnexpectedChar(exp: Expectation): Nothing
- def throwUnexpectedEOF(exp: Option[Expectation]): Nothing
- def throwUnexpectedParSep(offset: Int, len: Int): Nothing
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def wrapIntoParagraphs(force: Boolean): Unit
Inherited from Tokenizer
Value Members
- def char: Char
- val col: Int
- def currentLine: String
- def isAt: Boolean
- def isEOF: Boolean
- def isLineStart: Boolean
- def isNL: Boolean
- def isSlash: Boolean
- def isStar: Boolean
- val lin: Int
- def next(): Unit
- def nonEOF: Boolean
- val pos: Int
- def remaining: Int
- def reset(): Unit
- def scanWhile(pred: (Char) => Boolean): Int
- def setPos(x: Int): Unit
- def skipSpaces(): Unit
- def skipUntil(pred: PartialFunction[(Char, Char), Int]): (Int, Int)
- def skipUntilChar(pred: Char): Int
- def skipWhile(pred: (Char) => Boolean): (Int, Int)
- def takeUntil2(pred: PartialFunction[(Char, Char), Int]): String
- def takeUntil3(pred: PartialFunction[(Char, Char, Char), Int]): String
- def takeUntilNL(): String
- def takeWhile(pred: (Char) => Boolean): String
- def throwBrokenIndentation(actual: Int, expected: Int): Nothing
- def throwBufferFlushError(tag: Option[MutableTag], buffer: StringBuilder): Nothing
- def throwEmptyGroupPriority(): Nothing
- def throwUnexpected(exp: Expectation): Nothing
- def throwUnexpectedChar(exp: Expectation): Nothing
- def throwUnexpectedEOF(exp: Option[Expectation]): Nothing
- def throwUnexpectedParSep(offset: Int, len: Int): Nothing
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def char: Char
- val chars: Array[Char]
- def clone(): AnyRef
- val col: Int
- def currentLine: String
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- def flush(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def handle(m: Markup): Unit
- def hashCode(): Int
- def isAt: Boolean
- def isEOF: Boolean
- final def isInstanceOf[T0]: Boolean
- def isLineStart: Boolean
- def isNL: Boolean
- def isSlash: Boolean
- def isStar: Boolean
- val lin: Int
- final def ne(arg0: AnyRef): Boolean
- def next(): Unit
- def nonEOF: Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val pos: Int
- def remaining: Int
- def reset(): Unit
- def run(): Document
- def scanWhile(pred: (Char) => Boolean): Int
- def setPos(x: Int): Unit
- def skipSpaces(): Unit
- def skipUntil(pred: PartialFunction[(Char, Char), Int]): (Int, Int)
- def skipUntilChar(pred: Char): Int
- def skipWhile(pred: (Char) => Boolean): (Int, Int)
- final def synchronized[T0](arg0: => T0): T0
- def takeUntil2(pred: PartialFunction[(Char, Char), Int]): String
- def takeUntil3(pred: PartialFunction[(Char, Char, Char), Int]): String
- def takeUntilNL(): String
- def takeWhile(pred: (Char) => Boolean): String
- def throwBrokenIndentation(actual: Int, expected: Int): Nothing
- def throwBufferFlushError(tag: Option[MutableTag], buffer: StringBuilder): Nothing
- def throwEmptyGroupPriority(): Nothing
- def throwUnexpected(exp: Expectation): Nothing
- def throwUnexpectedChar(exp: Expectation): Nothing
- def throwUnexpectedEOF(exp: Option[Expectation]): Nothing
- def throwUnexpectedParSep(offset: Int, len: Int): Nothing
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def wrapIntoParagraphs(force: Boolean): Unit