class Mint::Ast::HtmlComponent
- Mint::Ast::HtmlComponent
- Mint::Ast::Node
- Reference
- Object
Defined in:
ast/html_component.crConstructors
Instance Method Summary
- #attributes : Array(Mint::Ast::HtmlAttribute)
- #children : Array(Mint::Ast::Node)
- #closing_tag_position : Mint::Parser::Location?
- #comments : Array(Mint::Ast::Comment)
- #component : Mint::Ast::Id
- #component_node : Ast::Component | Nil
- #component_node=(component_node : Ast::Component | Nil)
- #in_component=(in_component : Bool)
- #in_component? : Bool
- #ref : Mint::Ast::Variable?
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)
#