class ExplicitBlockParsers extends AnyRef
Provides the parsers for all types of explicit block elements.
In reStructuredText an explicit block element starts with ..
,
followed by a block where the second and subsequent lines are indented.
- Alphabetic
- By Inheritance
- ExplicitBlockParsers
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ExplicitBlockParsers(recParsers: RecursiveParsers)
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
-
lazy val
citation: Parser[Citation]
Parses a citation.
Parses a citation.
See http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#citations.
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
val
comment: Parser[Comment]
Parses a comment.
Parses a comment.
See http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#comments.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
lazy val
explicitBlockItem: PrefixedParser[Block]
Parses all types of explicit block items.
Parses all types of explicit block items.
See http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#explicit-markup-blocks.
-
lazy val
footnote: Parser[FootnoteDefinition]
Parses a footnote.
Parses a footnote.
See http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#footnotes.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
linkTarget: Parser[Block with Span]
Parses a link definition, either an internal, external or indirect link.
Parses a link definition, either an internal, external or indirect link.
See http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#hyperlink-targets.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated