Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
luce
v0.2.0
Array
DartURI
Luce
AutolinkExtensionSyntax
AutolinkSyntax
BlockHTMLSyntax
BlockParser
BlockquoteSyntax
BlockSyntax
BlockTagBlockHTMLSyntax
CodeBlockSyntax
CodeSyntax
Delimiter
DelimiterRun
DelimiterTypes
Document
DummyBlockSyntax
Element
EmailAutoLinkSyntax
Emojis
EmojiSyntax
EmptyBlockSyntax
EscapeSyntax
ExtensionSet
FencedBlockquoteSyntax
FencedCodeBlockSyntax
HeaderSyntax
HeaderWithIdSyntax
HorizontalRuleSyntax
HTMLRenderer
ImageSyntax
InlineHTMLSyntax
InlineLink
InlineParser
InlineSyntax
LineBreakSyntax
LinkReference
LinkSyntax
ListItem
ListSyntax
LongBlockHTMLSyntax
Node
NodeVisitor
OrderedListSyntax
OtherTagBlockHTMLSyntax
ParagraphSyntax
Resolver
SetextHeaderSyntax
SetextHeaderWithIdSyntax
SimpleDelimiter
StrikethroughSyntax
TableSyntax
TagSyntax
Text
TextSyntax
UnorderedListSyntax
UnparsedContent
Built with Crystal 1.9.2
2023-10-08 10:35:13 UTC
class
Luce::Text
Luce::Text
Luce::Node
Reference
Object
Overview
A plain text element
Defined in:
luce/ast.cr
Constructors
.new
(text : String)
Instance Method Summary
#accept
(visitor : NodeVisitor) : Nil
#text
: String
#text_content
: String
Instance methods inherited from class
Luce::Node
accept(visitor : NodeVisitor) : Nil
accept
,
text_content : String
text_content
Constructor Detail
def self.
new
(text : String)
#
Instance Method Detail
def
accept
(visitor :
NodeVisitor
) : Nil
#
def
text
: String
#
def
text_content
: String
#