Class: ParseStack::Link
- Defined in:
- lib/rpdf2txt-rockit/glr_parser.rb,
lib/rpdf2txt-rockit/glr_parser.rb
Instance Attribute Summary collapse
-
#production ⇒ Object
Returns the value of attribute production.
-
#stack ⇒ Object
Returns the value of attribute stack.
-
#tree ⇒ Object
Returns the value of attribute tree.
Instance Method Summary collapse
Instance Attribute Details
#production ⇒ Object
Returns the value of attribute production
275 276 277 |
# File 'lib/rpdf2txt-rockit/glr_parser.rb', line 275 def production @production end |
#stack ⇒ Object
Returns the value of attribute stack
275 276 277 |
# File 'lib/rpdf2txt-rockit/glr_parser.rb', line 275 def stack @stack end |
#tree ⇒ Object
Returns the value of attribute tree
275 276 277 |
# File 'lib/rpdf2txt-rockit/glr_parser.rb', line 275 def tree @tree end |
Instance Method Details
#inspect ⇒ Object
277 278 279 |
# File 'lib/rpdf2txt-rockit/glr_parser.rb', line 277 def inspect "-#{tree.inspect}->#{stack.state.inspect}" end |