class Vertigo::Binary
Attributes
lhs[RW]
op[RW]
rhs[RW]
Public Class Methods
new(lhs=nil,op=nil,rhs=nil)
click to toggle source
# File lib/vertigo/ast_vertigo_rkgen.rb, line 484 def initialize lhs=nil,op=nil,rhs=nil @lhs,@op,@rhs=lhs,op,rhs end