Class: StrAux
- Inherits:
-
Struct
- Object
- Struct
- StrAux
- Defined in:
- lib/rpeg/captures.rb
Overview
q.v. struct StrAux in lpcap.c
value is a Breadcrumb or subject index pair (start stop)
Instance Attribute Summary collapse
-
#breadcrumb_idx ⇒ Object
Returns the value of attribute breadcrumb_idx.
-
#isstring ⇒ Object
Returns the value of attribute isstring.
-
#subject_end ⇒ Object
Returns the value of attribute subject_end.
-
#subject_start ⇒ Object
Returns the value of attribute subject_start.
Instance Attribute Details
#breadcrumb_idx ⇒ Object
Returns the value of attribute breadcrumb_idx
136 137 138 |
# File 'lib/rpeg/captures.rb', line 136 def @breadcrumb_idx end |
#isstring ⇒ Object
Returns the value of attribute isstring
136 137 138 |
# File 'lib/rpeg/captures.rb', line 136 def isstring @isstring end |
#subject_end ⇒ Object
Returns the value of attribute subject_end
136 137 138 |
# File 'lib/rpeg/captures.rb', line 136 def subject_end @subject_end end |
#subject_start ⇒ Object
Returns the value of attribute subject_start
136 137 138 |
# File 'lib/rpeg/captures.rb', line 136 def subject_start @subject_start end |