Class: Sexpir::Slice
- Inherits:
-
Term
- Object
- Ast
- Expression
- Term
- Sexpir::Slice
- Defined in:
- lib/sexpir/ast.rb
Instance Attribute Summary collapse
-
#expr ⇒ Object
Returns the value of attribute expr.
-
#lsb ⇒ Object
Returns the value of attribute lsb.
-
#msb ⇒ Object
Returns the value of attribute msb.
Attributes inherited from Ast
Method Summary
Methods inherited from Ast
Instance Attribute Details
#expr ⇒ Object
Returns the value of attribute expr.
120 121 122 |
# File 'lib/sexpir/ast.rb', line 120 def expr @expr end |
#lsb ⇒ Object
Returns the value of attribute lsb.
121 122 123 |
# File 'lib/sexpir/ast.rb', line 121 def lsb @lsb end |
#msb ⇒ Object
Returns the value of attribute msb.
121 122 123 |
# File 'lib/sexpir/ast.rb', line 121 def msb @msb end |