Class: Nodewrap::ByteDecoder::Expression::Variable
- Inherits:
-
Nodewrap::ByteDecoder::Expression
- Object
- Nodewrap::ByteDecoder::Expression
- Nodewrap::ByteDecoder::Expression::Variable
- Defined in:
- lib/bytedecoder.rb
Instance Attribute Summary
Attributes inherited from Nodewrap::ByteDecoder::Expression
Instance Method Summary collapse
-
#initialize(pc, name) ⇒ Variable
constructor
A new instance of Variable.
- #precedence ⇒ Object
- #to_s ⇒ Object
Methods inherited from Nodewrap::ByteDecoder::Expression
Constructor Details
#initialize(pc, name) ⇒ Variable
Returns a new instance of Variable.
307 308 309 310 |
# File 'lib/bytedecoder.rb', line 307 def initialize(pc, name) super(pc) @name = name end |