class Z::Ast::Lvar

Defined in:

ast/node.cr

Constructors

Instance Method Summary

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

accept(visitor : Visitor, io : IO) accept, name name

Constructor Detail

def self.new(value : String, offset : Int32) #

[View source]

Instance Method Detail

def ==(o) #
Description copied from class Reference

Returns false (other can only be a Value here).


[View source]
def inspect(io) #

[View source]
def offset : Int32 #

def offset=(offset : Int32) #

def to_s(io) #

[View source]
def value : String #

def value=(value : String) #