Class: Sexpir::Slice

Inherits:
Term show all
Defined in:
lib/sexpir/ast.rb

Instance Attribute Summary collapse

Attributes inherited from Ast

#node

Method Summary

Methods inherited from Ast

#accept, #sexp

Instance Attribute Details

#exprObject

Returns the value of attribute expr.



120
121
122
# File 'lib/sexpir/ast.rb', line 120

def expr
  @expr
end

#lsbObject

Returns the value of attribute lsb.



121
122
123
# File 'lib/sexpir/ast.rb', line 121

def lsb
  @lsb
end

#msbObject

Returns the value of attribute msb.



121
122
123
# File 'lib/sexpir/ast.rb', line 121

def msb
  @msb
end