class FalseClass

Extends the FalseClass class for computing for conversion to expression.

Public Instance Methods

to_expr() click to toggle source

Converts to a new high-level expression.

# File lib/HDLRuby/hruby_high.rb, line 4251
def to_expr
    return Value.new(Integer,0)
end