Class: Fabulator::Grammar::Actions::Context
- Inherits:
-
Structural
- Object
- Structural
- Fabulator::Grammar::Actions::Context
- Defined in:
- lib/fabulator/grammar/actions/context.rb
Instance Attribute Summary collapse
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#rules ⇒ Object
Returns the value of attribute rules.
-
#tokens ⇒ Object
Returns the value of attribute tokens.
Instance Attribute Details
#mode ⇒ Object
Returns the value of attribute mode.
10 11 12 |
# File 'lib/fabulator/grammar/actions/context.rb', line 10 def mode @mode end |
#rules ⇒ Object
Returns the value of attribute rules.
10 11 12 |
# File 'lib/fabulator/grammar/actions/context.rb', line 10 def rules @rules end |
#tokens ⇒ Object
Returns the value of attribute tokens.
10 11 12 |
# File 'lib/fabulator/grammar/actions/context.rb', line 10 def tokens @tokens end |