class Mint::Ast::HtmlComponent

Defined in:

ast/html_component.cr

Constructors

Instance Method Summary

Instance methods inherited from class Mint::Ast::Node

contains?(line : Int64, column : Int64)
contains?(line : Int64)
contains?
, file : Parser::File file, from : Parser::Location from, from=(from : Parser::Location) from=, new_line? new_line?, parent : Node | Nil parent, parent=(parent : Node | Nil) parent=, source : String source, to : Parser::Location to

Constructor methods inherited from class Mint::Ast::Node

new(file : Mint::Parser::File, from : Mint::Parser::Location, to : Mint::Parser::Location) new

Constructor Detail

def self.new(closing_tag_position : Parser::Location | Nil, attributes : Array(HtmlAttribute), comments : Array(Comment), from : Parser::Location, children : Array(Node), to : Parser::Location, file : Parser::File, ref : Variable | Nil, component : Id) #

[View source]

Instance Method Detail

def attributes : Array(Mint::Ast::HtmlAttribute) #

[View source]
def children : Array(Mint::Ast::Node) #

[View source]
def closing_tag_position : Mint::Parser::Location? #

[View source]
def comments : Array(Mint::Ast::Comment) #

[View source]
def component : Mint::Ast::Id #

[View source]
def component_node : Ast::Component | Nil #

[View source]
def component_node=(component_node : Ast::Component | Nil) #

[View source]
def in_component=(in_component : Bool) #

[View source]
def in_component? : Bool #

[View source]
def ref : Mint::Ast::Variable? #

[View source]