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