Class: FuPeg::Parser::Fail
- Inherits:
-
Struct
- Object
- Struct
- FuPeg::Parser::Fail
- Defined in:
- lib/fupeg/parser.rb
Instance Attribute Summary collapse
-
#bytepos ⇒ Object
Returns the value of attribute bytepos.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#stack ⇒ Object
Returns the value of attribute stack.
Instance Attribute Details
#bytepos ⇒ Object
Returns the value of attribute bytepos
39 40 41 |
# File 'lib/fupeg/parser.rb', line 39 def bytepos @bytepos end |
#pattern ⇒ Object
Returns the value of attribute pattern
39 40 41 |
# File 'lib/fupeg/parser.rb', line 39 def pattern @pattern end |
#stack ⇒ Object
Returns the value of attribute stack
39 40 41 |
# File 'lib/fupeg/parser.rb', line 39 def stack @stack end |