Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crustache
v2.4.4
Crustache
Engine
FileSystem
HashFileSystem
ParseError
Syntax
Comment
Delim
Invert
Node
Output
Partial
Raw
Section
Tag
Template
Text
Template
ViewLoader
Mustache
Built with Crystal 1.9.2
2023-10-08 08:08:41 UTC
class
Crustache::Syntax::Template
Crustache::Syntax::Template
Crustache::Syntax::Node
Reference
Object
Direct Known Subclasses
Crustache::Syntax::Invert
Crustache::Syntax::Section
Defined in:
crustache/syntax.cr
Constructors
.new
(content : Array(Crustache::Syntax::Node) =
[]
of
Node
)
Instance Method Summary
#<<
(data)
#content
: Array(Crustache::Syntax::Node)
#to_code
(io)
#visit
(v) : Nil
Constructor methods inherited from class
Crustache::Syntax::Node
new
new
Constructor Detail
def self.
new
(content : Array(
Crustache::Syntax::Node
) =
[]
of
Node
)
#
[
View source
]
Instance Method Detail
def
<<
(data)
#
[
View source
]
def
content
: Array(
Crustache::Syntax::Node
)
#
[
View source
]
def
to_code
(io)
#
[
View source
]
def
visit
(v) : Nil
#
[
View source
]