Class: Astel::NodePattern::Token
- Inherits:
-
Data
- Object
- Data
- Astel::NodePattern::Token
- Defined in:
- lib/astel/node_pattern.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#column ⇒ Object (readonly)
Returns the value of attribute column
22 23 24 |
# File 'lib/astel/node_pattern.rb', line 22 def column @column end |
#line ⇒ Object (readonly)
Returns the value of attribute line
22 23 24 |
# File 'lib/astel/node_pattern.rb', line 22 def line @line end |
#type ⇒ Object (readonly)
Returns the value of attribute type
22 23 24 |
# File 'lib/astel/node_pattern.rb', line 22 def type @type end |
#value ⇒ Object (readonly)
Returns the value of attribute value
22 23 24 |
# File 'lib/astel/node_pattern.rb', line 22 def value @value end |