class Mint::Ast::HtmlStyle
- Mint::Ast::HtmlStyle
- Mint::Ast::Node
- Reference
- Object
Defined in:
ast/html_style.crConstructors
Instance Method Summary
- #arguments : Array(Mint::Ast::Field)
-
#await
NOTE This is here to provide compatiblity for calls (functions)...
- #name : Mint::Ast::Variable
- #style_node : Ast::Style | Nil
- #style_node=(style_node : Ast::Style | Nil)
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(arguments : Array(Field), from : Parser::Location, to : Parser::Location, file : Parser::File, name : Variable)
#