Class: Token
- Inherits:
-
Struct
- Object
- Struct
- Token
- Defined in:
- lib/rblade/compiler.rb
Instance Attribute Summary collapse
-
#end_offset ⇒ Object
Returns the value of attribute end_offset.
-
#start_offset ⇒ Object
Returns the value of attribute start_offset.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#end_offset ⇒ Object
Returns the value of attribute end_offset
13 14 15 |
# File 'lib/rblade/compiler.rb', line 13 def end_offset @end_offset end |
#start_offset ⇒ Object
Returns the value of attribute start_offset
13 14 15 |
# File 'lib/rblade/compiler.rb', line 13 def start_offset @start_offset end |
#type ⇒ Object
Returns the value of attribute type
13 14 15 |
# File 'lib/rblade/compiler.rb', line 13 def type @type end |
#value ⇒ Object
Returns the value of attribute value
13 14 15 |
# File 'lib/rblade/compiler.rb', line 13 def value @value end |