Class: LIT::Parser::AST::TypeDeclarationStatement::TypeAlias
- Inherits:
-
Struct
- Object
- Struct
- LIT::Parser::AST::TypeDeclarationStatement::TypeAlias
- Defined in:
- lib/lit/parser/ast.rb
Overview
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
19 20 21 |
# File 'lib/lit/parser/ast.rb', line 19 def name @name end |
#type ⇒ Object
Returns the value of attribute type
19 20 21 |
# File 'lib/lit/parser/ast.rb', line 19 def type @type end |