Class: Code::Parser::Token
Instance Attribute Summary collapse
-
#newline_before ⇒ Object
readonly
Returns the value of attribute newline_before.
-
#position ⇒ Object
readonly
Returns the value of attribute position.
-
#space_before ⇒ Object
readonly
Returns the value of attribute space_before.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#newline_before ⇒ Object (readonly)
Returns the value of attribute newline_before
11 12 13 |
# File 'lib/code/parser.rb', line 11 def newline_before @newline_before end |
#position ⇒ Object (readonly)
Returns the value of attribute position
11 12 13 |
# File 'lib/code/parser.rb', line 11 def position @position end |
#space_before ⇒ Object (readonly)
Returns the value of attribute space_before
11 12 13 |
# File 'lib/code/parser.rb', line 11 def space_before @space_before end |
#type ⇒ Object (readonly)
Returns the value of attribute type
11 12 13 |
# File 'lib/code/parser.rb', line 11 def type @type end |
#value ⇒ Object (readonly)
Returns the value of attribute value
11 12 13 |
# File 'lib/code/parser.rb', line 11 def value @value end |