class Mint::Ast::Suite

Defined in:

ast/suite.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(constants : Array(Constant), functions : Array(Function), comments : Array(Comment), from : Parser::Location, to : Parser::Location, name : StringLiteral, file : Parser::File, tests : Array(Test)) #

[View source]

Instance Method Detail

def comments : Array(Mint::Ast::Comment) #

[View source]
def constants : Array(Mint::Ast::Constant) #

[View source]
def functions : Array(Mint::Ast::Function) #

[View source]

[View source]
def tests : Array(Mint::Ast::Test) #

[View source]