Class: KPeg::FormatParser::KpegPosInfo
- Inherits:
-
Struct
- Object
- Struct
- KPeg::FormatParser::KpegPosInfo
- Defined in:
- lib/kpeg/format_parser.rb
Instance Attribute Summary collapse
-
#char ⇒ Object
Returns the value of attribute char.
-
#col ⇒ Object
Returns the value of attribute col.
-
#line ⇒ Object
Returns the value of attribute line.
-
#lno ⇒ Object
Returns the value of attribute lno.
-
#pos ⇒ Object
Returns the value of attribute pos.
Instance Attribute Details
#char ⇒ Object
Returns the value of attribute char
68 69 70 |
# File 'lib/kpeg/format_parser.rb', line 68 def char @char end |
#col ⇒ Object
Returns the value of attribute col
68 69 70 |
# File 'lib/kpeg/format_parser.rb', line 68 def col @col end |
#line ⇒ Object
Returns the value of attribute line
68 69 70 |
# File 'lib/kpeg/format_parser.rb', line 68 def line @line end |
#lno ⇒ Object
Returns the value of attribute lno
68 69 70 |
# File 'lib/kpeg/format_parser.rb', line 68 def lno @lno end |
#pos ⇒ Object
Returns the value of attribute pos
68 69 70 |
# File 'lib/kpeg/format_parser.rb', line 68 def pos @pos end |