Class: KPeg::StringEscape::KpegPosInfo
- Inherits:
-
Struct
- Object
- Struct
- KPeg::StringEscape::KpegPosInfo
- Defined in:
- lib/kpeg/string_escape.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
76 77 78 |
# File 'lib/kpeg/string_escape.rb', line 76 def char @char end |
#col ⇒ Object
Returns the value of attribute col
76 77 78 |
# File 'lib/kpeg/string_escape.rb', line 76 def col @col end |
#line ⇒ Object
Returns the value of attribute line
76 77 78 |
# File 'lib/kpeg/string_escape.rb', line 76 def line @line end |
#lno ⇒ Object
Returns the value of attribute lno
76 77 78 |
# File 'lib/kpeg/string_escape.rb', line 76 def lno @lno end |
#pos ⇒ Object
Returns the value of attribute pos
76 77 78 |
# File 'lib/kpeg/string_escape.rb', line 76 def pos @pos end |