Class: Ibex::Frontend::AST::Empty
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::Empty
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb
Instance Attribute Summary collapse
-
#loc ⇒ Object
Returns the value of attribute loc.
Method Summary
Methods included from Node
Instance Attribute Details
#loc ⇒ Object
Returns the value of attribute loc
245 246 247 |
# File 'lib/ibex/frontend/ast.rb', line 245 def loc @loc end |