Class: IOSParser::Token
- Inherits:
-
Struct
- Object
- Struct
- IOSParser::Token
- Defined in:
- lib/ios_parser/token.rb
Instance Attribute Summary collapse
-
#col ⇒ Object
Returns the value of attribute col.
-
#line ⇒ Object
Returns the value of attribute line.
-
#pos ⇒ Object
Returns the value of attribute pos.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#col ⇒ Object
Returns the value of attribute col
2 3 4 |
# File 'lib/ios_parser/token.rb', line 2 def col @col end |
#line ⇒ Object
Returns the value of attribute line
2 3 4 |
# File 'lib/ios_parser/token.rb', line 2 def line @line end |
#pos ⇒ Object
Returns the value of attribute pos
2 3 4 |
# File 'lib/ios_parser/token.rb', line 2 def pos @pos end |
#value ⇒ Object
Returns the value of attribute value
2 3 4 |
# File 'lib/ios_parser/token.rb', line 2 def value @value end |