struct CrystalRobots::Compiler::Node

Defined in:

compiler/compiler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : Type, value : String, index : Int32) #

Instance Method Detail

def index : Int32 #

def index=(index : Int32) #

def to_s(io : IO) #
Description copied from struct Struct

Same as #inspect(io).



def type=(type : CrystalRobots::Compiler::Type) #

def value : String #

def value=(value : String) #