Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
marker
main
Marker
AutoLink
Block
BlockQuote
CodeBlock
Kind
CodeSpan
Emphasis
HardBreak
Heading
Kind
Image
Inline
Leaf
Lexer
Link
LinkReference
List
Location
Node
Paragraph
Parser
Strong
Text
ThematicBreak
Kind
Token
Kind
Generated using Crystal 1.12.2
2024-09-18 04:25:41 UTC
struct
Marker::
Token
Marker::Token
Struct
Value
Object
Defined in:
marker/token.cr
Constructors
.new
(kind : Kind, loc : Location, value : String | Nil =
nil
)
Instance Method Summary
#kind
: Kind
#loc
: Location
#value
: String
Constructor Detail
def self.
new
(kind :
Kind
, loc :
Location
, value : String | Nil =
nil
)
#
[
View source
]
Instance Method Detail
def
kind
:
Kind
#
[
View source
]
def
loc
:
Location
#
[
View source
]
def
value
: String
#
[
View source
]