Class: Racket::L2::VTPJoin
- Inherits:
-
VTPGeneric
- Object
- BitStruct
- RacketPart
- VTPGeneric
- Racket::L2::VTPJoin
- Defined in:
- lib/racket/l2/vtp.rb
Instance Attribute Summary
Attributes inherited from RacketPart
Instance Method Summary collapse
-
#initialize(*args) ⇒ VTPJoin
constructor
A new instance of VTPJoin.
Methods inherited from VTPGeneric
Methods inherited from RacketPart
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 |