Class: Lrama::Grammar::Auxiliary
- Inherits:
-
Struct
- Object
- Struct
- Lrama::Grammar::Auxiliary
- Defined in:
- lib/lrama/grammar/auxiliary.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
4 5 6 |
# File 'lib/lrama/grammar/auxiliary.rb', line 4 def epilogue @epilogue end |
#epilogue_first_lineno ⇒ Object
Returns the value of attribute epilogue_first_lineno
4 5 6 |
# File 'lib/lrama/grammar/auxiliary.rb', line 4 def epilogue_first_lineno @epilogue_first_lineno end |
#prologue ⇒ Object
Returns the value of attribute prologue
4 5 6 |
# File 'lib/lrama/grammar/auxiliary.rb', line 4 def prologue @prologue end |
#prologue_first_lineno ⇒ Object
Returns the value of attribute prologue_first_lineno
4 5 6 |
# File 'lib/lrama/grammar/auxiliary.rb', line 4 def prologue_first_lineno @prologue_first_lineno end |