class VHDL_TB::Binary

Attributes

lhs[RW]
op[RW]
rhs[RW]

Public Class Methods

new(lhs=nil,op=nil,rhs=nil) click to toggle source
# File lib/ast.rb, line 45
def initialize lhs=nil,op=nil,rhs=nil
  @lhs,@op,@rhs=lhs,op,rhs
end