class Mint::Ast::Node

Direct Known Subclasses

Defined in:

ast/node.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(input : Mint::Ast::Data, from : Int32, to : Int32) #

[View source]

Instance Method Detail

def from : Int32 #

[View source]
def from=(from : Int32) #

[View source]
def input : Data #

[View source]
def location : Location #

[View source]
def new_line? #

[View source]
def owns?(node) #

[View source]
def source #

[View source]
def static? #

[View source]
def static_value #

[View source]
def to : Int32 #

[View source]
def to_tuple #

[View source]