Class: MiniKraken::Atomic::KInteger

Inherits:
AtomicTerm show all
Defined in:
lib/mini_kraken/atomic/k_integer.rb

Overview

Note:

As MiniKraken doesn’t support integer values yet, this class is WIP.

A specialized atomic term that represents an integer value. in MiniKraken

Instance Attribute Summary

Attributes inherited from AtomicTerm

#value

Method Summary

Methods inherited from AtomicTerm

#==, #dependencies, #dup_cond, #eql?, #floating?, #initialize, #pinned?, #quote, #to_s, #unbound?

Methods inherited from Core::Term

#dup_cond

Constructor Details

This class inherits a constructor from MiniKraken::Atomic::AtomicTerm