markdown2 :: MdListData :: _bullet
markdown2 :: MdListData :: _content_column
Column the content start atmarkdown2 :: MdListData :: _delim
markdown2 :: MdListData :: _digit
markdown2 :: MdListData :: _is_ordered
markdown2 :: MdListData :: bullet
markdown2 :: MdListData :: bullet=
markdown2 :: MdListData :: content_column
Column the content start atmarkdown2 :: MdListData :: content_column=
Column the content start atmarkdown2 :: MdListData :: defaultinit
markdown2 :: MdListData :: delim
markdown2 :: MdListData :: delim=
markdown2 :: MdListData :: digit
markdown2 :: MdListData :: digit=
markdown2 :: MdListData :: is_ordered
markdown2 :: MdListData :: is_ordered=
markdown2 $ MdListData :: SELF
Type of this instance, automatically specialized in every classmarkdown2 :: MdListData :: _bullet
markdown2 :: MdListData :: _content_column
Column the content start atmarkdown2 :: MdListData :: _delim
markdown2 :: MdListData :: _digit
markdown2 :: MdListData :: _is_ordered
markdown2 :: MdListData :: bullet
markdown2 :: MdListData :: bullet=
core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
markdown2 :: MdListData :: content_column
Column the content start atmarkdown2 :: MdListData :: content_column=
Column the content start atmarkdown2 :: MdListData :: defaultinit
core :: Object :: defaultinit
markdown2 :: MdListData :: delim
markdown2 :: MdListData :: delim=
markdown2 :: MdListData :: digit
markdown2 :: MdListData :: digit=
markdown2 :: MdListData :: is_ordered
markdown2 :: MdListData :: is_ordered=
core :: Object :: is_same_instance
Return true ifself
and other
are the same instance (i.e. same identity).
core :: Object :: is_same_serialized
Isself
the same as other
in a serialization context?
core :: Object :: is_same_type
Return true ifself
and other
have the same dynamic type.
core :: Object :: native_class_name
The class name of the object in CString format.core :: Object :: output_class_name
Display class name on stdout (debug only).
# Parsed list data
private class MdListData
var is_ordered: Bool
var bullet: nullable Char
var digit: nullable Int
var delim: nullable Char
# Column the content start at
var content_column: Int
end
lib/markdown2/markdown_block_parsing.nit:1129,1--1142,3