Class: Lrama::Grammar::Aux

Inherits:
Struct
  • Object
show all
Defined in:
lib/lrama/grammar.rb

Overview

Grammar file information not used by States but by Output

Instance Attribute Summary collapse

Instance Attribute Details

#epilogueObject

Returns the value of attribute epilogue

Returns:

  • (Object)

    the current value of epilogue



286
287
288
# File 'lib/lrama/grammar.rb', line 286

def epilogue
  @epilogue
end

#epilogue_first_linenoObject

Returns the value of attribute epilogue_first_lineno

Returns:

  • (Object)

    the current value of epilogue_first_lineno



286
287
288
# File 'lib/lrama/grammar.rb', line 286

def epilogue_first_lineno
  @epilogue_first_lineno
end

#prologueObject

Returns the value of attribute prologue

Returns:

  • (Object)

    the current value of prologue



286
287
288
# File 'lib/lrama/grammar.rb', line 286

def prologue
  @prologue
end

#prologue_first_linenoObject

Returns the value of attribute prologue_first_lineno

Returns:

  • (Object)

    the current value of prologue_first_lineno



286
287
288
# File 'lib/lrama/grammar.rb', line 286

def prologue_first_lineno
  @prologue_first_lineno
end