Class: FalseClass

Inherits:
Object
  • Object
show all
Defined in:
lib/HDLRuby/hruby_high.rb

Overview

Extends the FalseClass class for computing for conversion to expression.

Instance Method Summary collapse

Instance Method Details

#to_exprObject

Converts to a new high-level expression.



4668
4669
4670
# File 'lib/HDLRuby/hruby_high.rb', line 4668

def to_expr
    return Value.new(Integer,0)
end