Class: Lrama::Grammar::Aux
- Inherits:
-
Struct
- Object
- Struct
- Lrama::Grammar::Aux
- Defined in:
- lib/lrama/grammar.rb
Overview
Grammar file information not used by States but by Output
Instance Attribute Summary collapse
-
#epilogue ⇒ Object
Returns the value of attribute epilogue.
-
#epilogue_first_lineno ⇒ Object
Returns the value of attribute epilogue_first_lineno.
-
#prologue ⇒ Object
Returns the value of attribute prologue.
-
#prologue_first_lineno ⇒ Object
Returns the value of attribute prologue_first_lineno.
Instance Attribute Details
#epilogue ⇒ Object
Returns the value of attribute epilogue
286 287 288 |
# File 'lib/lrama/grammar.rb', line 286 def epilogue @epilogue end |
#epilogue_first_lineno ⇒ Object
Returns the value of attribute epilogue_first_lineno
286 287 288 |
# File 'lib/lrama/grammar.rb', line 286 def epilogue_first_lineno @epilogue_first_lineno end |
#prologue ⇒ Object
Returns the value of attribute prologue
286 287 288 |
# File 'lib/lrama/grammar.rb', line 286 def prologue @prologue end |
#prologue_first_lineno ⇒ Object
Returns the value of attribute prologue_first_lineno
286 287 288 |
# File 'lib/lrama/grammar.rb', line 286 def prologue_first_lineno @prologue_first_lineno end |