class Ven::Suite::QBinaryAssign

Defined in:

ven/suite/quote.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(tag : Ven::Suite::QTag, operator : String, target : Quote, value : Quote) #

Instance Method Detail

def clone #

Returns a copy of self with all instance variables cloned.


def operator : String #

def operator=(operator : String) #

def tag : QTag #

def target : Ven::Suite::Quote #

def target=(target : Ven::Suite::Quote) #

def to_s(io) #

Lisp-like pretty-printing.

Use Qtos for Ven-like results.


def value : Ven::Suite::Quote #

def value=(value : Ven::Suite::Quote) #

Macro Detail

macro defquote!(*fields) #