class

Markd::Parser::Inline::Delimiter

Inherits Reference < Object

Constructors

new(char : Char, num_delims : Int32, orig_delims : Int32, node : Markd::Node, previous : Nil | Markd::Parser::Inline::Delimiter, next __arg2 : Nil | Markd::Parser::Inline::Delimiter, can_open : Bool, can_close : Bool)
Source

Instance methods

can_close=(can_close : Bool)
Source
can_close?
Source
can_open=(can_open : Bool)
Source
can_open?
Source
char
Source
char=(char : Char)
Source
next
Source
next=(next __arg0 : Delimiter | Nil)
Source
next?
Source
node
Source
node=(node : Node)
Source
num_delims
Source
num_delims=(num_delims : Int32)
Source
orig_delims
Source
orig_delims=(orig_delims : Int32)
Source
previous
Source
previous=(previous : Delimiter | Nil)
Source
previous?
Source