struct CrystalRobots::Compiler::Node

Defined in:

compiler/compiler.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def index : Array(Int32) #

def index=(index : Array(Int32)) #


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

def value : String #

def value=(value : String) #