Class: Racket::L2::VTPJoin

Inherits:
VTPGeneric show all
Defined in:
lib/racket/l2/vtp.rb

Instance Attribute Summary

Attributes inherited from RacketPart

#autofix

Instance Method Summary collapse

Methods inherited from VTPGeneric

#fix!

Methods inherited from RacketPart

#autofix?, #fix!, #pretty

Constructor Details

#initialize(*args) ⇒ VTPJoin

Returns a new instance of VTPJoin.



116
117
118
119
# File 'lib/racket/l2/vtp.rb', line 116

def initialize(*args)
  super(*args)
  self.code = 4
end