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.



4433
4434
4435
# File 'lib/HDLRuby/hruby_high.rb', line 4433

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