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